30 template<
class type_t,
class collection_t>
31 class collection_operators {
40 auto& self =
static_cast<collection_t&
>(*this);
51 auto& self =
static_cast<collection_t&
>(*this);
31 class collection_operators {
…};
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::extensions namespace contains interface extensions.
Definition collection_operators.hpp:13
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8