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

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

Public Types

using container_type = vector_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< std::vector< std::vector< T > > >
Next Struct AppDriver::DriverMessage
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.