lsst.afw  21.0.0-13-g512c41855+47cba9fc36
Public Member Functions | List of all members
lsst::afw::math::details::AuxFunc2< UF > Struct Template Reference

#include <Integrate.h>

Inheritance diagram for lsst::afw::math::details::AuxFunc2< UF >:
std::unary_function< UF::argument_type, UF::result_type >

Public Member Functions

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

Detailed Description

template<class UF>
struct lsst::afw::math::details::AuxFunc2< UF >

Definition at line 631 of file Integrate.h.

Constructor & Destructor Documentation

◆ AuxFunc2()

template<class UF >
lsst::afw::math::details::AuxFunc2< UF >::AuxFunc2 ( UF const &  f)
inline

Definition at line 634 of file Integrate.h.

Member Function Documentation

◆ operator()()

template<class UF >
UF::result_type lsst::afw::math::details::AuxFunc2< UF >::operator() ( typename UF::argument_type  x) const
inline

Definition at line 635 of file Integrate.h.


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