lsst.afw g10abae039c+de8826df4f
Loading...
Searching...
No Matches
type_traits.h File Reference
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst::afw
 
namespace  lsst::afw::typehandling
 
namespace  lsst::afw::typehandling::detail
 

Variables

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