NiHu
2.0
|
Public Types | |
typedef conditional_precompute_instance | type |
self-returning | |
typedef std::add_lvalue_reference< typename std::add_const< functor_ret_type >::type >::type | return_type |
the return type of the static function eval | |
Public Member Functions | |
conditional_precompute_instance (Args const &...args) | |
template<class... EvalArgs> | |
return_type | operator() (EvalArgs const &...) const |
return object computed by the function class | |
Public Attributes | |
decltype(Func::eval(std::declval< Args >()...)) typedef | functor_ret_type |
the return type of the Func function class | |
Definition at line 136 of file conditional_precompute.hpp.