lsst.afw g3a5ebb7d8a+28b83bf6a5
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