Lolly 1.4.27
Loading...
Searching...
No Matches
Namespaces | Functions
string_u16.cpp File Reference
#include "string_u16.hpp"
#include "minmax.hpp"
Include dependency graph for string_u16.cpp:

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_u16lolly::data::operator<< (string_u16 &a, char16_t ch)
 
string_u16lolly::data::operator<< (string_u16 &a, string_u16 b)
 
string_u16 lolly::data::operator* (string_u16 a, const string_u16_view &b)
 

Detailed Description

Strings with different type of char, and corresponding readonly view of string. Zero-characters are allowed in strings.

Author
jingkaimori
Date
2024

Definition in file string_u16.cpp.