|
Project
|
Datastructure representing a set of category. More...


Go to the source code of this file.
Classes | |
| class | Categories |
| Set of Category datastructure. More... | |
Functions | |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &out, const std::vector< T > &vec) |
Datastructure representing a set of category.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const std::vector< T > & | vec | ||
| ) |
Overloading << operator for std::vector object
| out | ostream |
| vec | std::vector object |