AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::Collectors< T > Class Template Reference

Stream collector functions. More...

#include <collectors.hpp>

+ Collaboration diagram for anch::Collectors< T >:

Static Public Member Functions

template<typename C>
static void insert (C &container, const T &val)
 

Detailed Description

template<typename T>
class anch::Collectors< T >

Stream collector functions.

It contains collectors for STL container library

Author
Vincent Lachenal

Member Function Documentation

◆ insert()

template<typename T>
template<typename C>
void anch::Collectors< T >::insert ( C & container,
const T & val )
static

Insert value in container

Parameters
containerthe set
valthe value

The documentation for this class was generated from the following file: