#include <OpenImageIO/dassert.h>
#include <OpenImageIO/export.h>
#include <OpenImageIO/oiioversion.h>
#include <OpenImageIO/string_view.h>
#include <OpenImageIO/strutil.h>
#include <cstring>
#include <iostream>
#include <string>
Go to the source code of this file.
|
| Strutil |
| String-related utilities.
|
|
| std |
| std::hash specialization for UT_IntrusivePtr<T>
|
|
#define OIIO_HAS_USTRINGHASH_FORMATTER 1 |
#define OIIO_USTRING_HAS_CTR_FROM_USTRINGHASH 1 |
#define OIIO_USTRING_HAS_STDHASH 1 |
#define OIIO_USTRING_HAS_USTRINGHASH 1 |
#define OPENIMAGEIO_USTRING_H |
Case-insensitive comparison of ustrings. For speed, this always uses a static locale that doesn't require a mutex lock.
Definition at line 1086 of file ustring.h.
bool iequals |
( |
ustring |
a, |
|
|
const std::string & |
b |
|
) |
| |
|
inline |
bool iequals |
( |
const std::string & |
a, |
|
|
ustring |
b |
|
) |
| |
|
inline |
ustring operator""_us |
( |
const char * |
str, |
|
|
std::size_t |
len |
|
) |
| |
|
inline |
ustring string literal operator
Definition at line 1036 of file ustring.h.
ustringhash string literal operator
Definition at line 1044 of file ustring.h.