Loading...
Searching...
No Matches
Namespaces | Functions
stringconvert.h File Reference

Specializations for converting backbone core types to and from strings. More...

#include <string>
#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 backbone::is_array_v<T>
std::string toString (const T &arr)
 regular drjit::array types
 
template<typename T >
requires backbone::is_array_v<T>
fromString (const std::string &str)
 

Detailed Description

Specializations for converting backbone core types to and from strings.