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

template<typename T, std::size_t N>
struct _type_info<Parameter<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

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