Project
Classes | Functions
Categories.h File Reference

Datastructure representing a set of category. More...

#include "Category.h"
#include <iostream>
#include <vector>
Include dependency graph for Categories.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Datastructure representing a set of category.

Function Documentation

◆ operator<<()

template<typename T >
std::ostream& operator<< ( std::ostream &  out,
const std::vector< T > &  vec 
)

Overloading << operator for std::vector object

Parameters
outostream
vecstd::vector object