![]() |
NDEVR
API Documentation
|
STL namespace. More...
Functions | |
| ostream & | operator<< (ostream &in, const String &string) |
| Stream insertion operator for writing a String to an output stream. | |
| istream & | operator>> (istream &in, String &string) |
| Stream extraction operator for reading a String from an input stream. | |
| istream & | operator>> (istream &in, StringView &string) |
| Stream extraction operator for reading into an StringView. | |
STL namespace.
Specialization of std::hash for Material, enabling use in unordered containers.
std::hash specialization enabling Geometry objects to be used in unordered containers.
Computes a hash by XOR-folding the two halves of the Material's 16-byte UUID.
| ostream & std::operator<< | ( | ostream & | in, |
| const String & | string ) |
Stream insertion operator for writing a String to an output stream.
| [in] | in | The output stream. |
| [in] | string | The String to write. |
| istream & std::operator>> | ( | istream & | in, |
| String & | string ) |
Stream extraction operator for reading a String from an input stream.
| [in] | in | The input stream. |
| [out] | string | The String to read into. |
| istream & std::operator>> | ( | istream & | in, |
| StringView & | string ) |
Stream extraction operator for reading into an StringView.
| [in] | in | The input stream. |
| [in] | string | The StringView to read into. |