|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
9 namespace collections {
13 namespace extensions {
30 template<
class type_t,
class collection_t>
40 auto& self =
static_cast<collection_t&
>(*this);
51 auto& self =
static_cast<collection_t&
>(*this);
Internal collection operators definition.
Definition collection_operators.hpp:31
virtual collection_t & operator>>(const type_t &item)
The shift right operator removes tthe first occurrence of a specific object from the xtd::collections...
Definition collection_operators.hpp:50
virtual collection_t & operator<<(const type_t &item)
The shift left operator adds an item to the xtd::collections::generic::icollection <type_t>.
Definition collection_operators.hpp:39
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10