lsst.afw  21.0.0-44-ge87b71154+532d44eec1
Public Member Functions | Protected Attributes | List of all members
lsst::afw::math::details::binder2_1< BF > Class Template Reference

#include <Integrate.h>

Inheritance diagram for lsst::afw::math::details::binder2_1< BF >:
std::unary_function< BF::second_argument_type, BF::result_type >

Public Member Functions

 binder2_1 (const BF &oper, typename BF::first_argument_type val)
 
BF::result_type operator() (const typename BF::second_argument_type &x) const
 

Protected Attributes

BF _oper
 
BF::first_argument_type _value
 

Detailed Description

template<class BF>
class lsst::afw::math::details::binder2_1< BF >

Definition at line 615 of file Integrate.h.

Constructor & Destructor Documentation

◆ binder2_1()

template<class BF >
lsst::afw::math::details::binder2_1< BF >::binder2_1 ( const BF &  oper,
typename BF::first_argument_type  val 
)
inline

Definition at line 617 of file Integrate.h.

Member Function Documentation

◆ operator()()

template<class BF >
BF::result_type lsst::afw::math::details::binder2_1< BF >::operator() ( const typename BF::second_argument_type &  x) const
inline

Definition at line 618 of file Integrate.h.

Member Data Documentation

◆ _oper

template<class BF >
BF lsst::afw::math::details::binder2_1< BF >::_oper
protected

Definition at line 623 of file Integrate.h.

◆ _value

template<class BF >
BF::first_argument_type lsst::afw::math::details::binder2_1< BF >::_value
protected

Definition at line 624 of file Integrate.h.


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