C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
overload_func< T >::test_result_t Struct Reference

Public Member Functions

 test_result_t (const std::size_t psi, const std::string &ps)
 
 test_result_t (const std::size_t psi, const std::string &ps)
 
 test_result_t (const std::size_t psi, const std::string &ps)
 

Public Attributes

std::size_t ps_index
 
std::string param_seq
 

Detailed Description

template<typename T>
struct overload_func< T >::test_result_t

Definition at line 6402 of file exprtk_mpfr_test.cpp.

Constructor & Destructor Documentation

◆ test_result_t() [1/3]

template<typename T >
overload_func< T >::test_result_t::test_result_t ( const std::size_t  psi,
const std::string &  ps 
)
inline

Definition at line 6404 of file exprtk_mpfr_test.cpp.

6405 : ps_index(psi)
6406 , param_seq(ps)
6407 {}

◆ test_result_t() [2/3]

template<typename T >
overload_func< T >::test_result_t::test_result_t ( const std::size_t  psi,
const std::string &  ps 
)
inline

Definition at line 6401 of file exprtk_real_test.cpp.

6402 : ps_index(psi)
6403 , param_seq(ps)
6404 {}

◆ test_result_t() [3/3]

template<typename T >
overload_func< T >::test_result_t::test_result_t ( const std::size_t  psi,
const std::string &  ps 
)
inline

Definition at line 6429 of file exprtk_test.cpp.

6430 : ps_index(psi)
6431 , param_seq(ps)
6432 {}

Member Data Documentation

◆ param_seq

template<typename T >
std::string overload_func< T >::test_result_t::param_seq

Definition at line 6410 of file exprtk_mpfr_test.cpp.

◆ ps_index

template<typename T >
std::size_t overload_func< T >::test_result_t::ps_index

Definition at line 6409 of file exprtk_mpfr_test.cpp.


The documentation for this struct was generated from the following files: