#include <xtd/xtd>
auto main() -> int {
auto items = std::vector {"One", "Two", "Three", "Four", "Five"};
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
Provides a set of static methods for querying objects that implement ienumerable <type_t>.
Definition enumerable.hpp:58
const auto & from(const collection_t &source) noexcept
Returns the input typed as xtd::collections::generic::ienumerable <type_t>.
Definition from.hpp:28
Provides classes and interfaces that support queries that use Language-Integrated Query (LINQ).
Definition enumerable.hpp:41
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
const type_t & current() const override
Gets the element in the collection at the current position of the enumerator.
Definition enumerator.hpp:62
bool move_next() override
Advances the enumerator to the next element of the collection.
Definition enumerator.hpp:71