Lolly 1.4.28
|
Go to the source code of this file.
Namespaces | |
namespace | lolly |
namespace | lolly::data |
Functions | |
static constexpr int | lolly::data::round_length (int n) |
string_u16 | lolly::data::copy (const string_u16_view &a) |
string_u16 | lolly::data::copy (string_u16 a) |
string_u16 & | lolly::data::operator<< (string_u16 &a, char16_t ch) |
string_u16 & | lolly::data::operator<< (string_u16 &a, string_u16 b) |
string_u16 | lolly::data::operator* (string_u16 a, const string_u16_view &b) |
Strings with different type of char, and corresponding readonly view of string. Zero-characters are allowed in strings.
Definition in file string_u16.cpp.