xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
literals
char32.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../char32.hpp
"
6
#define __XTD_STD_INTERNAL__
7
#include "
../internal/__xtd_std_version.hpp
"
8
#undef __XTD_STD_INTERNAL__
9
#include <cstddef>
10
12
namespace
xtd
{
14
inline
namespace
literals
{
16
28
[[nodiscard]]
auto
operator
""
_c(
unsigned
long
long
c
) ->
xtd::char32
;
29
40
[[nodiscard]]
auto
operator
""
_c(
char
c
) ->
xtd::char32
;
41
52
[[nodiscard]]
auto
operator
""
_c(
char8_t
c
) ->
xtd::char32
;
53
64
[[nodiscard]]
auto
operator
""
_c(
char16_t
c
) ->
xtd::char32
;
65
76
[[nodiscard]]
auto
operator
""
_c(
char32
c
) ->
xtd::char32
;
77
88
[[nodiscard]]
auto
operator
""
_c(
wchar_t
c
) ->
xtd::char32
;
90
}
91
}
__xtd_std_version.hpp
char32.hpp
Contains xtd::char32 type.
xtd::char32
char32_t char32
Represents a 32-bit unicode character.
Definition
char32.hpp:23
xtd::console_key::c
@ c
The C key.
Definition
console_key.hpp:92
xtd::literals
The xtd::literals namespace contains all xtd's litterals operators.
Definition
byte.hpp:14
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on Wed Feb 11 2026 20:07:04 for xtd by
Gammasoft
. All rights reserved.