Template Struct AuxFunc1

Inheritance Relationships

Base Type

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

Struct Documentation

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

Auxiliary struct 1

Public Functions

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