Enum ArgContainerType
Defined in File arg.hpp
- 
enum class holoscan::ArgContainerType : uint8_t
 Enum class for the container type of an argument.
Values:
- 
enumerator kNative
 Native type (e.g. a scalar type such as int32_t)
- 
enumerator kVector
 Vector type (std::vector)
- 
enumerator kArray
 Array type (std::array)
- 
enumerator kNative