Stream collector functions. More...
#include <collectors.hpp>
Static Public Member Functions | |
template<typename C> | |
static void | insert (C &container, const T &val) |
Stream collector functions.
It contains collectors for STL container library
|
static |
Insert value in container
container | the set |
val | the value |