lsst.afw  22.0.1-24-g2e899d296+4206820b0d
Public Member Functions | List of all members
lsst::afw::typehandling::detail::refwrap_visitor< F > Class Template Reference

#include <refwrap_utils.h>

Public Member Functions

 refwrap_visitor (F &&func)
 
template<typename K , typename V >
auto operator() (K const &key, std::reference_wrapper< V > const &value) const
 

Detailed Description

template<typename F>
class lsst::afw::typehandling::detail::refwrap_visitor< F >

Definition at line 74 of file refwrap_utils.h.

Constructor & Destructor Documentation

◆ refwrap_visitor()

template<typename F >
lsst::afw::typehandling::detail::refwrap_visitor< F >::refwrap_visitor ( F &&  func)
inlineexplicit

Definition at line 79 of file refwrap_utils.h.

Member Function Documentation

◆ operator()()

template<typename F >
template<typename K , typename V >
auto lsst::afw::typehandling::detail::refwrap_visitor< F >::operator() ( K const &  key,
std::reference_wrapper< V > const &  value 
) const
inline

Definition at line 82 of file refwrap_utils.h.


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