Template Struct is_shared_ptr

Base Type

  • public std::integral_constant< bool, false >

template<typename T>
struct is_shared_ptr : public std::integral_constant<bool, false>

Previous Template Struct is_scalar
Next Template Struct is_shared_ptr< std::shared_ptr< T > >
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.