xtd 0.2.0
Loading...
Searching...
No Matches
char16.h
Go to the documentation of this file.
1
4#pragma once
5#define __XTD_STD_INTERNAL__
7#undef __XTD_STD_INTERNAL__
8#include <cstdint>
9
11namespace xtd {
13
26 using char16 = char16_t;
28}
Contains __xtd_std_version definitions.
char16_t char16
Represents a 16-bit unicode character.
Definition char16.h:26
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10