#include "framework/YiPredef.h"
#include "utility/YiSmallVector.h"
#include <assert.h>
#include <memory>
#include <string>
#include <cstddef>
#include "utility/YiStringView.inl"
Go to the source code of this file.
Classes | |
class | CYIStringView |
A lightweight wrapper around a sequence of Unicode characters. More... | |
class | CYIStringView::ConstIterator |
Macros | |
#define | YI_CONSTEXPR |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const CYIStringView &val) |
YI_CONSTEXPR bool | operator== (CYIStringView lhs, CYIStringView rhs) noexcept |
YI_CONSTEXPR bool | operator!= (CYIStringView lhs, CYIStringView rhs) noexcept |
bool | operator< (CYIStringView lhs, CYIStringView rhs) noexcept |
bool | operator> (CYIStringView lhs, CYIStringView rhs) noexcept |
bool | operator<= (CYIStringView lhs, CYIStringView rhs) noexcept |
bool | operator>= (CYIStringView lhs, CYIStringView rhs) noexcept |
#define YI_CONSTEXPR |