API referenceC++ APIHoloscanEnumsholoscan::ArgContainerTypeBetaAsk a question|Copy page|View as Markdown|More actionsEnum class for the container type of an argument. enum class holoscan::ArgContainerType : uint8_t Values NameDescriptionkNativeNative type (e.g. a scalar type such as int32_t).kVectorVector type (std::vector).kArrayArray type (std::array).