xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
literals
range.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../range.hpp
"
6
8
namespace
xtd
{
10
inline
namespace
literals
{
12
28
[[nodiscard]]
auto
operator
""
_r(
const
char
*
s
,
xtd::usize
n
) ->
xtd::range
;
29
44
[[nodiscard]]
auto
operator
""
_r(
const
char8_t
*
s
,
xtd::usize
n
) ->
xtd::range
;
45
60
[[nodiscard]]
auto
operator
""
_r(
const
char16_t
*
s
,
xtd::usize
n
) ->
xtd::range
;
61
76
[[nodiscard]]
auto
operator
""
_r(
const
char32_t
*
s
,
xtd::usize
n
) ->
xtd::range
;
77
92
[[nodiscard]]
auto
operator
""
_r(
const
wchar_t
*
s
,
xtd::usize
n
) ->
xtd::range
;
94
}
95
}
xtd::range
Represents a range that has start and end indexes.
Definition
range.hpp:38
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
range.hpp
Contains xtd::range class.
Generated on
for xtd by
Gammasoft
. All rights reserved.