xtd 1.0.0
Loading...
Searching...
No Matches
range.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "../range.hpp"
6
8namespace 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}
Represents a range that has start and end indexes.
Definition range.hpp:38
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
@ 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 byte.hpp:15
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::range class.