xtd 0.2.0
Loading...
Searching...
No Matches
xtd::collections::generic::enumerable< type_t > Struct Template Reference

Definition

template<class type_t>
struct xtd::collections::generic::enumerable< type_t >

Concept enumerable.

Definition
template<class value_t>
Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
Definition ienumerable.hpp:40
Definition enumerable.hpp:17
std::remove_cvref_t< value_t > raw_type
Represents a raw type alias equivalent to std::remove_cvref_t<value_t>.
Definition raw_type.hpp:25
Header
#include <xtd//collections/generic/enumerable>
Namespace
xtd
Library
xtd.core
Examples
The following code shows how to use xtd::collections::generic::enumerable conceps

The documentation for this struct was generated from the following file: