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 6451 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 6453 of file exprtk_mpfr_test.cpp.

6454 : ps_index(psi)
6455 , param_seq(ps)
6456 {}

◆ 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 6450 of file exprtk_real_test.cpp.

6451 : ps_index(psi)
6452 , param_seq(ps)
6453 {}

◆ 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 6470 of file exprtk_test.cpp.

6471 : ps_index(psi)
6472 , param_seq(ps)
6473 {}

Member Data Documentation

◆ param_seq

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

Definition at line 6459 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 6458 of file exprtk_mpfr_test.cpp.


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