lsst.afw  22.0.1-22-gf1d71818e+ba3de87e18
Public Member Functions | List of all members
lsst::afw::math::details::AuxFunc1< UnaryFunctionT > Struct Template Reference

Auxiliary struct 1. More...

#include <Integrate.h>

Public Member Functions

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

Detailed Description

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

Auxiliary struct 1.

Definition at line 571 of file Integrate.h.

Constructor & Destructor Documentation

◆ AuxFunc1()

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

Definition at line 573 of file Integrate.h.

Member Function Documentation

◆ operator()()

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

Definition at line 575 of file Integrate.h.


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