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>

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.