lsst.afw  22.0.1-31-gd62ef0f05+23bd69c089
Public Member Functions | List of all members
lsst::afw::math::details::AuxFunc2< UnaryFunctionT > Struct Template Reference

#include <Integrate.h>

Public Member Functions

 AuxFunc2 (UnaryFunctionT const &f)
 
template<typename Arg >
auto operator() (Arg x) const
 

Detailed Description

template<typename UnaryFunctionT>
struct lsst::afw::math::details::AuxFunc2< UnaryFunctionT >

Definition at line 592 of file Integrate.h.

Constructor & Destructor Documentation

◆ AuxFunc2()

template<typename UnaryFunctionT >
lsst::afw::math::details::AuxFunc2< UnaryFunctionT >::AuxFunc2 ( UnaryFunctionT const &  f)
inline

Definition at line 594 of file Integrate.h.

Member Function Documentation

◆ operator()()

template<typename UnaryFunctionT >
template<typename Arg >
auto lsst::afw::math::details::AuxFunc2< UnaryFunctionT >::operator() ( Arg  x) const
inline

Definition at line 596 of file Integrate.h.


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