holoscan::is_vector

Beta
View as Markdown
template <typename T>
struct is_vector
#include <holoscan/type_traits.hpp>

Template parameters

T
typename

Inherits from: std::integral_constant< bool, std::is_same_v< type_info< T >::container_type, vector_type > > (public)