Template Struct is_vector

Base Type

  • public std::integral_constant< bool, std::is_same_v< type_info< T >::container_type, vector_type > >

template<typename T>
struct is_vector : public std::integral_constant<bool, std::is_same_v<type_info<T>::container_type, vector_type>>

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