xtd 1.0.0
Loading...
Searching...
No Matches
range.hpp File Reference
#include "../range.hpp"

Definition

Contains xtd::range suffixes.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
namespace  xtd::literals
 The xtd::literals namespace contains all xtd's litterals operators.

Range suffixes

auto xtd::literals::operator""_r (const char *s, xtd::usize n) -> xtd::range
 Used to convert specified value into xtd::range.
auto xtd::literals::operator""_r (const char8_t *s, xtd::usize n) -> xtd::range
 Used to convert specified value into xtd::range.
auto xtd::literals::operator""_r (const char16_t *s, xtd::usize n) -> xtd::range
 Used to convert specified value into xtd::range.
auto xtd::literals::operator""_r (const char32_t *s, xtd::usize n) -> xtd::range
 Used to convert specified value into xtd::range.
auto xtd::literals::operator""_r (const wchar_t *s, xtd::usize n) -> xtd::range
 Used to convert specified value into xtd::range.