|
lsst.afw gf03f0b42f3+45adbcf3d0
|
#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 |