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

Public Types

typedef double result_type
 

Public Member Functions

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

Detailed Description

Definition at line 332 of file param_value.hh.

Member Typedef Documentation

◆ result_type

typedef double result_type

Definition at line 335 of file param_value.hh.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 336 of file param_value.hh.

◆ operator()() [2/2]

double operator() ( a_value) const
inline

Definition at line 341 of file param_value.hh.


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