|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#define __XTD_STD_INTERNAL__
9#undef __XTD_STD_INTERNAL__
40 int16 operator""_i16(
unsigned long long n);
52 int16 operator""_i16(
const char*
s, std::size_t
n);
64 int16 operator""_i16(
const char8_t*
s, std::size_t
n);
76 int16 operator""_i16(
const char16_t*
s, std::size_t
n);
88 int16 operator""_i16(
const char32_t*
s, std::size_t
n);
100 int16 operator""_i16(
const wchar_t*
s, std::size_t
n);
124 int16 operator""_s16(
unsigned long long n);
136 int16 operator""_s16(
const char*
s, std::size_t
n);
148 int16 operator""_s16(
const char8_t*
s, std::size_t
n);
160 int16 operator""_s16(
const char16_t*
s, std::size_t
n);
172 int16 operator""_s16(
const char32_t*
s, std::size_t
n);
184 int16 operator""_s16(
const wchar_t*
s, std::size_t
n);
Contains __xtd_std_version definitions.
int16_t int16
Represents a 16-bit signed integer.
Definition int16.hpp:23
@ s
The S key.
Definition console_key.hpp:124
@ n
The N key.
Definition console_key.hpp:114
Contains xtd::int16 type.
The xtd::literals namespace contains all xtd's litterals operators.
Definition character_literals.hpp:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8