holoscan::ArgType
holoscan::ArgType
Struct for the type information of an argument.
Constructors
ArgType
Default
Construct a new ArgType object
Methods
element_type
Get the element type of the argument.
Returns: The element type of the argument.
container_type
Get the container type of the argument.
Returns: The container type of the argument.
dimension
Get the dimension of the argument.
Returns: The dimension of the argument.
to_string
Get a string representation of the argument type.
Returns: String representation of the argument type.
to_element_type_pair
Static methods
get_element_type
Get the element type of the argument.
Returns: The element type of the argument.
Parameters
index
The type index of the argument.
create
Create the argument type from the given type.
Returns: The argument type.
Template parameters
typeT
The type of the argument.