A functor which holds a single value. Used in most of the postprocessing routines. More...
#include <misc.hpp>
Public Types | |
typedef ValueType | value_type |
Public Member Functions | |
template<typename T > | |
void | operator() (T const &, value_type val) const |
value_type | operator() () const |
A functor which holds a single value. Used in most of the postprocessing routines.
ValueType | The type of the value to hold, typically a double. |
typedef ValueType viennashe::util::value_holder_functor< ValueType >::value_type |
|
inline |
|
inline |