Template Struct is_vector

Holoscan v0.6

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>>

© Copyright 2022-2023, NVIDIA. Last updated on Feb 9, 2024.