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 int dimension = 1

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.