xtd 1.0.0
Loading...
Searching...
No Matches
iterable_.hpp
Go to the documentation of this file.
1
4#pragma once
5#error "Do not include this file: Internal use only. Include <xtd/iterable> or <xtd/iterable.hpp> instead."
6
8namespace xtd {
27 template<typename value_t>
28 struct iterable;
29}
Definition iterable.hpp:15
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8