HDK
|
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <string>
#include <OpenImageIO/export.h>
#include <OpenImageIO/oiioversion.h>
#include <OpenImageIO/platform.h>
Go to the source code of this file.
Classes | |
class | string_view |
Namespaces | |
std | |
Macros | |
#define | OIIO_STRING_VIEW_HAS_STD_SIZE 1 |
Typedefs | |
typedef string_view | string_ref |
Functions | |
OIIO_CONSTEXPR17 bool | operator== (string_view x, string_view y) noexcept |
OIIO_CONSTEXPR17 bool | operator!= (string_view x, string_view y) noexcept |
OIIO_CONSTEXPR17 bool | operator< (string_view x, string_view y) noexcept |
OIIO_CONSTEXPR17 bool | operator> (string_view x, string_view y) noexcept |
OIIO_CONSTEXPR17 bool | operator<= (string_view x, string_view y) noexcept |
OIIO_CONSTEXPR17 bool | operator>= (string_view x, string_view y) noexcept |
std::ostream & | operator<< (std::ostream &out, const string_view &str) |
constexpr size_t | std::size (const OIIO::string_view &c) |
constexpr ptrdiff_t | std::ssize (const OIIO::string_view &c) |
#define OIIO_STRING_VIEW_HAS_STD_SIZE 1 |
Definition at line 417 of file string_view.h.
typedef string_view string_ref |
Definition at line 395 of file string_view.h.
|
inlinenoexcept |
Definition at line 352 of file string_view.h.
|
inlinenoexcept |
Definition at line 358 of file string_view.h.
|
inline |
Definition at line 385 of file string_view.h.
|
inlinenoexcept |
Definition at line 370 of file string_view.h.
|
inlinenoexcept |
Definition at line 346 of file string_view.h.
|
inlinenoexcept |
Definition at line 364 of file string_view.h.
|
inlinenoexcept |
Definition at line 376 of file string_view.h.