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

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

#include <ConversionHelpers.h>

Public Member Functions

bool operator() (bool const &target) const
 generic boolean operation More...
 

Detailed Description

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

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

Definition at line 369 of file ConversionHelpers.h.

Member Function Documentation

bool limbo::programoptions::boolean_helper< bool >::operator() ( bool const &  target) const
inline

generic boolean operation

Returns
false for types other than boolean, but return target value for boolean

Definition at line 373 of file ConversionHelpers.h.


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