lsst.afw gf03f0b42f3+e27ba6bf39
Loading...
Searching...
No Matches
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
 
template<typename T>
constexpr bool IS_SMART_PTR< T, std::enable_if_t< std::is_object< typename T::element_type >::value > > = true
 

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>
bool lsst::afw::typehandling::detail::IS_SMART_PTR = false
constexpr

Definition at line 38 of file type_traits.h.

◆ IS_SMART_PTR< T, std::enable_if_t< std::is_object< typename T::element_type >::value > >

template<typename T>
bool lsst::afw::typehandling::detail::IS_SMART_PTR< T, std::enable_if_t< std::is_object< typename T::element_type >::value > > = true
constexpr

Definition at line 40 of file type_traits.h.