lsst.afw  22.0.0-22-gf1d71818e+db3b0def15
Classes | Functions | Variables
lsst::afw::typehandling::detail Namespace Reference

Classes

struct  refwrap_equals
 
class  refwrap_visitor
 
class  refwrap_visitor< F & >
 

Functions

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

Variables

template<typename , typename = void>
constexpr bool IS_SMART_PTR = false
 

Function Documentation

◆ make_refwrap_visitor()

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

Definition at line 114 of file refwrap_utils.h.

◆ refwrap_const_cast()

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

Definition at line 64 of file refwrap_utils.h.

Variable Documentation

◆ IS_SMART_PTR

template<typename , typename = void>
constexpr bool lsst::afw::typehandling::detail::IS_SMART_PTR = false
constexpr

Definition at line 38 of file type_traits.h.