Template Struct _type_info< std::array< T, N > >

template<typename T, std::size_t N>
struct _type_info<std::array<T, N>>

Public Types

using container_type = array_type

using element_type = base_type_t<T>

using derived_type = std::decay_t<T>

Public Static Attributes

static constexpr int32_t dimension = 1

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