Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
limbo::programoptions::print_helper< std::set< T > > Struct Template Reference

template specialization for std::set<T> type to struct limbo::programoptions::print_helper More...

#include <ConversionHelpers.h>

Public Member Functions

void operator() (std::ostream &os, std::set< T > const &target) const
 printing target More...
 

Detailed Description

template<typename T>
struct limbo::programoptions::print_helper< std::set< T > >

template specialization for std::set<T> type to struct limbo::programoptions::print_helper

Template Parameters
Tdata type

Definition at line 345 of file ConversionHelpers.h.

Member Function Documentation

template<typename T >
void limbo::programoptions::print_helper< std::set< T > >::operator() ( std::ostream &  os,
std::set< T > const &  target 
) const
inline

printing target

Parameters
osoutput stream
targettarget data

Definition at line 350 of file ConversionHelpers.h.


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