C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Types | List of all members
exprtk::details::functor_t< T > Struct Template Reference

#include <exprtk.hpp>

Public Types

typedef const TType
 
typedef TRefType
 
typedef T(* qfunc_t) (Type t0, Type t1, Type t2, Type t3)
 
typedef T(* tfunc_t) (Type t0, Type t1, Type t2)
 
typedef T(* bfunc_t) (Type t0, Type t1)
 
typedef T(* ufunc_t) (Type t0)
 

Detailed Description

template<typename T>
struct exprtk::details::functor_t< T >

Definition at line 2062 of file exprtk.hpp.

Member Typedef Documentation

◆ bfunc_t

template<typename T >
typedef T(* exprtk::details::functor_t< T >::bfunc_t) (Type t0, Type t1)

Definition at line 2075 of file exprtk.hpp.

◆ qfunc_t

template<typename T >
typedef T(* exprtk::details::functor_t< T >::qfunc_t) (Type t0, Type t1, Type t2, Type t3)

Definition at line 2073 of file exprtk.hpp.

◆ RefType

template<typename T >
typedef T& exprtk::details::functor_t< T >::RefType

Definition at line 2072 of file exprtk.hpp.

◆ tfunc_t

template<typename T >
typedef T(* exprtk::details::functor_t< T >::tfunc_t) (Type t0, Type t1, Type t2)

Definition at line 2074 of file exprtk.hpp.

◆ Type

Definition at line 2071 of file exprtk.hpp.

◆ ufunc_t

template<typename T >
typedef T(* exprtk::details::functor_t< T >::ufunc_t) (Type t0)

Definition at line 2076 of file exprtk.hpp.


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