xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
literals
single.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <cstddef>
6
#include "
../single.hpp
"
7
#include "
../usize.hpp
"
8
#define __XTD_STD_INTERNAL__
9
#include "
../internal/__xtd_std_version.hpp
"
10
#undef __XTD_STD_INTERNAL__
11
13
namespace
xtd
{
15
inline
namespace
literals
{
17
29
[[nodiscard]]
auto
operator
""
_f(
long
double
n
) -> float;
30
41
[[nodiscard]]
auto
operator
""
_f(
unsigned
long
long
n
) -> float;
42
53
[[nodiscard]]
auto
operator
""
_f(
const
char
*
s
,
xtd::usize
n
) -> float;
54
65
[[nodiscard]]
auto
operator
""
_f(
const
char8_t
*
s
,
xtd::usize
n
) -> float;
66
77
[[nodiscard]]
auto
operator
""
_f(
const
char16_t
*
s
,
xtd::usize
n
) -> float;
78
89
[[nodiscard]]
auto
operator
""
_f(
const
char32_t
*
s
,
xtd::usize
n
) -> float;
90
101
[[nodiscard]]
auto
operator
""
_f(
const
wchar_t
*
s
,
xtd::usize
n
) -> float;
103
}
104
}
__xtd_std_version.hpp
xtd::usize
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition
usize.hpp:22
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
single.hpp
Contains xtd::single type.
usize.hpp
Contains xtd::usize type.
Generated on
for xtd by
Gammasoft
. All rights reserved.