C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
type_name< T > Struct Template Reference

Static Public Member Functions

static std::string value ()
 
static std::string value ()
 
static std::string value ()
 

Detailed Description

template<typename T>
struct type_name< T >

Definition at line 12609 of file exprtk_mpfr_test.cpp.

Member Function Documentation

◆ value() [1/3]

template<typename T >
static std::string type_name< T >::value ( )
inlinestatic

Definition at line 12609 of file exprtk_mpfr_test.cpp.

12609{ static inline std::string value() { return "mpfr"; } };
static std::string value()

References type_name< T >::value().

Referenced by type_name< T >::value().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ value() [2/3]

template<typename T >
static std::string type_name< T >::value ( )
inlinestatic

Definition at line 12607 of file exprtk_real_test.cpp.

12607{ static inline std::string value() { return "real::type"; } };

References type_name< T >::value().

Referenced by type_name< T >::value().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ value() [3/3]

template<typename T >
static std::string type_name< T >::value ( )
inlinestatic

Definition at line 12635 of file exprtk_test.cpp.

12635{ static inline std::string value() { return "unknown"; } };

References type_name< T >::value().

Referenced by type_name< T >::value().

Here is the call graph for this function:
Here is the caller graph for this function:

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