#include <muu/core.h>
template <>
muu::constants<char32_t> struct

char32_t constants.

Control characters

static T backspace constexpr
The backspace character.
static T del constexpr
DEL
static T escape constexpr
ESC

Digits

static T digit_0 constexpr
0
static T digit_1 constexpr
1
static T digit_2 constexpr
2
static T digit_3 constexpr
3
static T digit_4 constexpr
4
static T digit_5 constexpr
5
static T digit_6 constexpr
6
static T digit_7 constexpr
7
static T digit_8 constexpr
8
static T digit_9 constexpr
9

Integers

static T eight constexpr
8
static T five constexpr
5
static T four constexpr
4
static T nine constexpr
9
static T one constexpr
1
static T one_hundred constexpr
100
static T seven constexpr
7
static T six constexpr
6
static T ten constexpr
10
static T three constexpr
3
static T two constexpr
2
static T zero constexpr
0

Letters

static T letter_A constexpr
A
static T letter_B constexpr
B
static T letter_C constexpr
C
static T letter_D constexpr
D
static T letter_E constexpr
E
static T letter_F constexpr
F
static T letter_G constexpr
G
static T letter_H constexpr
H
static T letter_I constexpr
I
static T letter_J constexpr
J
static T letter_K constexpr
K
static T letter_L constexpr
L
static T letter_M constexpr
M
static T letter_N constexpr
N
static T letter_O constexpr
O
static T letter_P constexpr
P
static T letter_Q constexpr
Q
static T letter_R constexpr
R
static T letter_S constexpr
S
static T letter_T constexpr
T
static T letter_U constexpr
U
static T letter_V constexpr
V
static T letter_W constexpr
W
static T letter_X constexpr
X
static T letter_Y constexpr
Y
static T letter_Z constexpr
Z
static T letter_a constexpr
a
static T letter_b constexpr
b
static T letter_c constexpr
c
static T letter_d constexpr
d
static T letter_e constexpr
e
static T letter_f constexpr
f
static T letter_g constexpr
g
static T letter_h constexpr
h
static T letter_i constexpr
i
static T letter_j constexpr
j
static T letter_k constexpr
k
static T letter_l constexpr
l
static T letter_m constexpr
m
static T letter_n constexpr
n
static T letter_o constexpr
o
static T letter_p constexpr
p
static T letter_q constexpr
q
static T letter_r constexpr
r
static T letter_s constexpr
s
static T letter_t constexpr
t
static T letter_u constexpr
u
static T letter_v constexpr
v
static T letter_w constexpr
w
static T letter_x constexpr
x
static T letter_y constexpr
y
static T letter_z constexpr
z

Limits

static T highest constexpr
The highest representable 'normal' value (equivalent to std::numeric_limits::max()).
static T lowest constexpr
The lowest representable 'normal' value (equivalent to std::numeric_limits::lowest()).

Punctuation

static T ampersand constexpr
&
static T apostrophe constexpr
'
static T asterisk constexpr
*
static T at constexpr
@
static T back_slash constexpr
\\
static T backtick constexpr
[htmlentity #96]
static T bar constexpr
|
static T colon constexpr
:
static T comma constexpr
,
static T dollar_sign constexpr
$
static T equal constexpr
=
static T exclamation_mark constexpr
!
static T forward_slash constexpr
/
static T greater_than constexpr
>
static T hat constexpr
^
static T hyphen constexpr
-
static T left_brace constexpr
{
static T left_parenthesis constexpr
(
static T left_square_bracket constexpr
[
static T less_than constexpr
<
static T number_sign constexpr
#
static T percent constexpr
%
static T period constexpr
.
static T plus constexpr
+
static T question_mark constexpr
?
static T quote constexpr
"
static T right_brace constexpr
}
static T right_parenthesis constexpr
)
static T right_square_bracket constexpr
]
static T semi_colon constexpr
;
static T tilde constexpr
~
static T underscore constexpr
_

Whitespace

static T carriage_return constexpr
\r
static T form_feed constexpr
\f
static T new_line constexpr
\n
static T space constexpr
  (space)
static T tab constexpr
\t
static T vertical_tab constexpr
\v