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

Public Types

typedef bool result_type
 

Public Member Functions

bool operator() (int64_t) const
 
template<typename T >
bool operator() (T) const
 

Detailed Description

Definition at line 167 of file param_value.hh.

Member Typedef Documentation

◆ result_type

typedef bool result_type

Definition at line 170 of file param_value.hh.

Member Function Documentation

◆ operator()() [1/2]

bool operator() ( int64_t  ) const
inline

Definition at line 171 of file param_value.hh.

◆ operator()() [2/2]

bool operator() ( ) const
inline

Definition at line 176 of file param_value.hh.


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