|
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__
28 float operator""_f(
long double n);
40 float operator""_f(
unsigned long long n);
52 float operator""_f(
const char*
s, std::size_t
n);
64 float operator""_f(
const char8_t*
s, std::size_t
n);
76 float operator""_f(
const char16_t*
s, std::size_t
n);
88 float operator""_f(
const char32_t*
s, std::size_t
n);
100 float operator""_f(
const wchar_t*
s, std::size_t
n);
Contains __xtd_std_version definitions.
@ s
The S key.
Definition console_key.hpp:124
@ n
The N key.
Definition console_key.hpp:114
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
Contains xtd::single type.