Template Struct is_array

Holoscan 1.0.3

Base Type

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

template<typename T>
struct is_array : public std::integral_constant<bool, std::is_same_v<type_info<T>::container_type, array_type>>

Previous Struct NetworkOptions
Next Template Struct is_scalar
© Copyright 2022-2023, NVIDIA. Last updated on Apr 19, 2024.