xtd 0.2.0
Loading...
Searching...
No Matches
xtd::linq Namespace Reference

Definition

Provides classes and interfaces that support queries that use Language-Integrated Query (LINQ).

Classes

class  enumerable
 Provides a set of static methods for querying objects that implement ienumerable <type_t>. More...
 

Functions

template<class collection_t>
auto from (collection_t &&source) noexcept
 Returns the input typed as xtd::collections::generic::ienumerable <type_t>.