Template Struct AuxFunc2

Inheritance Relationships

Base Type

  • public std::unary_function< UF::argument_type, UF::result_type >

Struct Documentation

template<class UF>
struct AuxFunc2 : public std::unary_function<UF::argument_type, UF::result_type>

Public Functions

AuxFunc2(UF const &f)
UF::result_type operator()(typename UF::argument_type x) const