NiHu  2.0
NiHu::conditional_precompute_instance< Complexity, Func, Args > Class Template Reference

Public Types

typedef conditional_precompute_instance type
 self-returning
 
typedef functor_ret_type return_type
 the return type of the static function eval
 

Public Member Functions

template<class... ConstrArgs>
 conditional_precompute_instance (ConstrArgs const &...)
 
return_type operator() (Args const &...args) 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
 

Detailed Description

template<class Complexity, class Func, class ... Args>
class NiHu::conditional_precompute_instance< Complexity, Func, Args >

Definition at line 112 of file conditional_precompute.hpp.


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