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

Public Types

typedef int64_t result_type
 

Public Member Functions

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

Detailed Description

Definition at line 317 of file param_value.hh.

Member Typedef Documentation

◆ result_type

typedef int64_t result_type

Definition at line 320 of file param_value.hh.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 321 of file param_value.hh.

◆ operator()() [2/2]

int64_t operator() ( a_value) const
inline

Definition at line 326 of file param_value.hh.


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