holoscan::ArgContainerType

Beta
View as Markdown

Enum class for the container type of an argument.

enum class holoscan::ArgContainerType : uint8_t

Values

NameDescription
kNativeNative type (e.g. a scalar type such as int32_t).
kVectorVector type (std::vector).
kArrayArray type (std::array).