xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
literals
country.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../forms/country.hpp
"
6
8
namespace
xtd
{
10
inline
namespace
literals
{
12
25
xtd::forms::country
operator
""
_country(
const
char
*
s
,
xtd::usize
n
);
26
38
xtd::forms::country
operator
""
_country(
const
char8
*
s
,
xtd::usize
n
);
39
51
xtd::forms::country
operator
""
_country(
const
char16
*
s
,
xtd::usize
n
);
52
64
xtd::forms::country
operator
""
_country(
const
char32
*
s
,
xtd::usize
n
);
65
77
xtd::forms::country
operator
""
_country(
const
wchar
*
s
,
xtd::usize
n
);
79
}
80
}
xtd::forms::country
Represent a country with name, alpha codes, numeric code, emoticon and flag.
Definition
country.hpp:35
country.hpp
Contains xtd::forms::country component.
xtd::char8
char8_t char8
Represents a 8-bit unicode character.
Definition
char8.hpp:26
xtd::wchar
wchar_t wchar
Represents a wide character.
Definition
wchar.hpp:24
xtd::char16
char16_t char16
Represents a 16-bit unicode character.
Definition
char16.hpp:26
xtd::usize
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition
usize.hpp:22
xtd::char32
char32_t char32
Represents a 32-bit unicode character.
Definition
char32.hpp:23
xtd::console_key::s
@ s
The S key.
Definition
console_key.hpp:124
xtd::console_key::n
@ n
The N key.
Definition
console_key.hpp:114
xtd::literals
The xtd::literals namespace contains all xtd's litterals operators.
Definition
byte.hpp:15
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.