|
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 <SYS/SYS_TypeTraits.h>#include <limits.h>#include <string.h>#include <memory>#include <iosfwd>
Include dependency graph for UT_StringView.h:
This graph shows which files directly or indirectly include this file: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 | |
| std::hash specialization for UT_IntrusivePtr<T> | |
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 32 of file UT_StringView.h.
| UT_API std::ostream& operator<< | ( | std::ostream & | os, |
| const UT_StringView & | sv | ||
| ) |