Template Struct _type_info< std::vector< std::vector< T > > >
Defined in File type_traits.hpp
-
template<typename T>
struct _type_info<std::vector<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 int dimension = 2