#include "enumerable.hpp"Contains xtd::linq::from methods.
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::linq |
| Provides classes and interfaces that support queries that use Language-Integrated Query (LINQ). | |
Functions | |
| template<class collection_t> | |
| auto | xtd::linq::from (collection_t &&source) noexcept |
| Returns the input typed as xtd::collections::generic::ienumerable <type_t>. | |