Specialization for converting backbone core types to and from strings. More...
#include "concepts/stringconvert.h"Go to the source code of this file.
Namespaces | |
| namespace | backbone |
| Random number generator; built on top of Drjit. | |
Functions | |
| template<typename T > requires (enoki::is_static_array_v<T> && !backbone::is_DiffArray_v<T>) | |
| std::string | toString (const T &arr) |
| regular enoki::array types | |
| template<typename T > requires (enoki::is_static_array_v<T> && !backbone::is_DiffArray_v<T>) | |
| T | fromString (const std::string &str) |
| template<typename T > requires backbone::is_DiffArray_v<T> | |
| std::string | toString (const T &val) |
| Handle drjit::DiffArray. | |
| template<typename T > requires backbone::is_DiffArray_v<T> | |
| T | fromString (const std::string &str) |
Specialization for converting backbone core types to and from strings.