exprtk::details::sf_base< T > Struct Template Reference

#include <exprtk.hpp>

Public Types

typedef details::functor_t< T >::Type Type
 
typedef details::functor_t< T > functor_t
 
typedef functor_t::qfunc_t quaternary_functor_t
 
typedef functor_t::tfunc_t trinary_functor_t
 
typedef functor_t::bfunc_t binary_functor_t
 
typedef functor_t::ufunc_t unary_functor_t
 

Member Typedef Documentation

◆ binary_functor_t

template<typename T >
typedef functor_t::bfunc_t exprtk::details::sf_base< T >::binary_functor_t

◆ functor_t

template<typename T >
typedef details::functor_t<T> exprtk::details::sf_base< T >::functor_t

◆ quaternary_functor_t

template<typename T >
typedef functor_t::qfunc_t exprtk::details::sf_base< T >::quaternary_functor_t

◆ trinary_functor_t

template<typename T >
typedef functor_t::tfunc_t exprtk::details::sf_base< T >::trinary_functor_t

◆ Type

template<typename T >
typedef details::functor_t<T>::Type exprtk::details::sf_base< T >::Type

◆ unary_functor_t

template<typename T >
typedef functor_t::ufunc_t exprtk::details::sf_base< T >::unary_functor_t

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