Contains linq definitions.
Classes | |
| class | xtd::linq::enumerable |
| Provides a set of static methods for querying objects that implement ienumerable <type_t>. More... | |
Functions | |
| template<class collection_t> | |
| auto | xtd::linq::from (collection_t &&source) noexcept |
| Returns the input typed as xtd::collections::generic::ienumerable <type_t>. | |
|
nodiscardnoexcept |
#include <from.hpp>
Returns the input typed as xtd::collections::generic::ienumerable <type_t>.
| source | A sequence of values. |