lsst.afw g41b6eb5643+4d2cc932f6
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