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

template specialization for boolean type to struct limbo::programoptions::print_helper More...

#include <ConversionHelpers.h>

Public Member Functions

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

Detailed Description

template<>
struct limbo::programoptions::print_helper< bool >

template specialization for boolean type to struct limbo::programoptions::print_helper

Definition at line 309 of file ConversionHelpers.h.

Member Function Documentation

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

printing target

Parameters
osoutput stream
targettarget data

Definition at line 314 of file ConversionHelpers.h.


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