6#define __XTD_STD_INTERNAL__
8#undef __XTD_STD_INTERNAL__
12#if defined(__xtd__cpp_lib_ranges)
38 template<
class type_t>
39 [[nodiscard]]
auto range(type_t count) {
61 template<
class type_t>
62 [[nodiscard]]
auto range(type_t start, type_t count) {
85 template<
class type_t>
86 [[nodiscard]]
auto range(type_t start, type_t count, type_t step) {
static auto range(type_t count)
Generates a sequence of integral numbers within a specified range.
Definition enumerable.hpp:862
auto range(type_t count)
Generates a sequence of integral numbers within a specified range.
Definition range.hpp:39
Contains xtd::linq::enumerable <type_t> class.
The view namesapce contains range views, lightweight objects that indirectly represent iterable seque...
Definition distinct.hpp:20
The ranges namespace is an extension and generalization of the xtd::linq that makes them more powerfu...
Definition distinct.hpp:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8