Iros
Loading...
Searching...
No Matches
char.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
di::types
{
4
using
c8
= char8_t;
5
using
c16
= char16_t;
6
using
c32
= char32_t;
7
}
8
9
namespace
di
{
10
using
types::c16
;
11
using
types::c32
;
12
using
types::c8
;
13
}
14
15
#if !defined(DI_NO_GLOBALS) && !defined(DI_NO_GLOBAL_TYPES)
16
using
di::c16
;
17
using
di::c32
;
18
using
di::c8
;
19
#endif
di::types
Definition
method.h:5
di::types::c8
char8_t c8
Definition
char.h:4
di::types::c16
char16_t c16
Definition
char.h:5
di::types::c32
char32_t c32
Definition
char.h:6
di
Definition
zstring_parser.h:9
libs
di
include
di
types
char.h
Generated by
1.13.0