xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
literals
index.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../index.hpp
"
6
8
namespace
xtd
{
10
inline
namespace
literals
{
12
24
[[nodiscard]]
constexpr
auto
operator
""
_i(
long
double
n
) -> xtd::index {
return
xtd::index {
static_cast<
xtd::usize
>
(
n
)};}
25
36
[[nodiscard]]
constexpr
auto
operator
""
_i(
unsigned
long
long
n
) -> xtd::index {
return
xtd::index {
static_cast<
xtd::usize
>
(
n
)};}
37
48
[[nodiscard]]
auto
operator
""
_i(
const
char
*
s
,
xtd::usize
n
) -> xtd::index;
49
60
[[nodiscard]]
auto
operator
""
_i(
const
char8_t
*
s
,
xtd::usize
n
) -> xtd::index;
61
72
[[nodiscard]]
auto
operator
""
_i(
const
char16_t
*
s
,
xtd::usize
n
) -> xtd::index;
73
84
[[nodiscard]]
auto
operator
""
_i(
const
char32_t
*
s
,
xtd::usize
n
) -> xtd::index;
85
96
[[nodiscard]]
auto
operator
""
_i(
const
wchar_t
*
s
,
xtd::usize
n
) -> xtd::index;
98
}
99
}
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
index.hpp
Contains xtd::index struct.
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.