Scarab  v3.4.4
Project 8 C++ Utility Library
Public Types | Public Member Functions | List of all members
param_value::as_bool_visitor Class Reference
Inheritance diagram for param_value::as_bool_visitor:
Inheritance graph

Public Types

typedef bool result_type
 

Public Member Functions

bool operator() (bool a_value) const
 
bool operator() (const std::string &a_value) const
 
template<typename T >
bool operator() (T a_value) const
 

Detailed Description

Definition at line 268 of file param_value.hh.

Member Typedef Documentation

◆ result_type

typedef bool result_type

Definition at line 271 of file param_value.hh.

Member Function Documentation

◆ operator()() [1/3]

bool operator() ( bool  a_value) const
inline

Definition at line 272 of file param_value.hh.

◆ operator()() [2/3]

bool operator() ( const std::string &  a_value) const
inline

Definition at line 276 of file param_value.hh.

◆ operator()() [3/3]

bool operator() ( a_value) const
inline

Definition at line 296 of file param_value.hh.


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