Loading...
Searching...
No Matches
◆ char32_object
Represent a boxed char32.
- Header
#include <xtd/char32_object>
- Namespace
- xtd
- Library
- xtd.core
- Examples
- The following example shows how to create and use xtd::char32_object.
auto stringer = [](const object& value) {return value.to_string();};
auto result = stringer(boxed_object);
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
box_char< char32 > char32_object
Represent a boxed char32.
Definition char32_object.h:33
char32_t char32
Represents a 32-bit unicode character.
Definition char32.h:26