Specializations for converting backbone core types to and from strings. More...
Go to the source code of this file.
Namespaces | |
| namespace | backbone |
| Random number generator; built on top of Drjit. | |
Functions | |
| template<typename T > requires backbone::is_array_v<T> | |
| std::string | toString (const T &arr) |
| regular drjit::array types | |
| template<typename T > requires backbone::is_array_v<T> | |
| T | fromString (const std::string &str) |
Specializations for converting backbone core types to and from strings.