Limbo 3.5.4
Loading...
Searching...
No Matches
limbo::programoptions::boolean_helper< T > Class Template Reference

metafunction for boolean operation More...

#include <ConversionHelpers.h>

Public Member Functions

bool operator() (T const &) const
 generic boolean operation

Detailed Description

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

metafunction for boolean operation

Template Parameters
Ttarget data type

Definition at line 87 of file ConversionHelpers.h.

Member Function Documentation

◆ operator()()

template<typename T>
bool limbo::programoptions::boolean_helper< T >::operator() ( T const & ) const
inline

generic boolean operation

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

Definition at line 91 of file ConversionHelpers.h.


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