Library of Assembled Shared Sources
|
extra insertors and extractors.
ExtendedIo groups additional stream operators for std::pair
and standard containers like std::vector
, std::list
, ... By including this header, it will possible to output these types to a stream, just like a regular float.
Currently, the containers only have output operators, only std::pair has both the output and input operator. This will probably change in the future when there's a need for it.
The supported standard containers are std::vector
, std::list
, std::deque
, std::map
, std::multimap
, std::set
, std::multiset
.
STLport specific: in case std::slist
is detected as included, it is supported as well.