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 Sep 13, 2023.