HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StringView.h File Reference
#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>
+ 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
 

Typedefs

typedef UT_Array< UT_StringViewUT_StringViewArray
 

Functions

UT_API std::ostream & operator<< (std::ostream &os, const UT_StringView &sv)
 

Typedef Documentation

Definition at line 31 of file UT_StringView.h.

Function Documentation

UT_API std::ostream& operator<< ( std::ostream &  os,
const UT_StringView sv 
)