Template Struct _type_info< std::shared_ptr< T > >

template<typename T>
struct _type_info<std::shared_ptr<T>>

Public Types

using container_type = scalar_type

using element_type = std::shared_ptr<base_type_t<T>>

using derived_type = std::decay_t<T>

Public Static Attributes

static constexpr int32_t dimension = 0

Previous Template Struct _type_info< std::array< T, N > >
Next Template Struct _type_info< std::vector< std::shared_ptr< T > > >
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.