NVIDIA Holoscan SDK v2.0.0
Holoscan v2.0.0 Download PDF

Enum ArgContainerType

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)

Previous Enum AppWorkerTerminationCode
Next Enum ArgElementType
© Copyright 2022-2024, NVIDIA. Last updated on Jun 4, 2024.