lsst.afw  21.0.0-31-g2bc2b1e0a+8935f19055
Classes | Namespaces | Functions
refwrap_utils.h File Reference
#include <functional>
#include <variant>

Go to the source code of this file.

Classes

struct  lsst::afw::typehandling::detail::refwrap_equals
 
class  lsst::afw::typehandling::detail::refwrap_visitor< F >
 
class  lsst::afw::typehandling::detail::refwrap_visitor< F & >
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::typehandling
 
 lsst::afw::typehandling::detail
 

Functions

template<typename T >
std::reference_wrapper< T > lsst::afw::typehandling::detail::refwrap_const_cast (std::reference_wrapper< T const > const &r)
 
template<typename F >
refwrap_visitor< F > lsst::afw::typehandling::detail::make_refwrap_visitor (F &&func)