HDK
|
#include "UT_API.h"
#include "UT_Assert.h"
#include <SYS/SYS_Compiler.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_String.h>
#include <limits.h>
#include <string.h>
#include <memory>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | UT_Array< T > |
class | UT_StringView |
A utility class to do read-only operations on a subset of an existing string. More... | |
struct | std::hash< UT_StringView > |
Namespaces | |
std | |
Typedefs | |
typedef UT_Array< UT_StringView > | UT_StringViewArray |
Functions | |
UT_API std::ostream & | operator<< (std::ostream &os, const UT_StringView &sv) |
typedef UT_Array<UT_StringView> UT_StringViewArray |
Definition at line 31 of file UT_StringView.h.
UT_API std::ostream& operator<< | ( | std::ostream & | os, |
const UT_StringView & | sv | ||
) |