NVIDIA Holoscan SDK v0.6
Holoscan v0.6

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)

© Copyright 2022-2023, NVIDIA. Last updated on Feb 9, 2024.