lsst.afw  21.0.0-10-g68cce58c5+c7d3cce47e
Public Member Functions | List of all members
lsst::afw::math::details::AuxFunc1< UF > Struct Template Reference

Auxiliary struct 1. More...

#include <Integrate.h>

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

Public Member Functions

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

Detailed Description

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

Auxiliary struct 1.

Definition at line 609 of file Integrate.h.

Constructor & Destructor Documentation

◆ AuxFunc1()

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

Definition at line 612 of file Integrate.h.

Member Function Documentation

◆ operator()()

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

Definition at line 613 of file Integrate.h.


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