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

metafunction for printing a target data type More...

#include <ConversionHelpers.h>

Public Member Functions

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

Detailed Description

template<typename T>
class limbo::programoptions::print_helper< T >

metafunction for printing a target data type

Template Parameters
Ttarget data type

Definition at line 53 of file ConversionHelpers.h.

Member Function Documentation

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

printing target

Parameters
osoutput stream
targettarget data

Definition at line 58 of file ConversionHelpers.h.


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