holoscan::ParameterWrapper
holoscan::ParameterWrapper
holoscan::ParameterWrapper
Class to wrap a parameter with std::any.
Construct a new ParameterWrapper object (with param)
Construct a new ParameterWrapper object (with value and type and arg type and storage ptr)
Get the type of the parameter.
Returns: The type info of the parameter.
Get the type of the parameter as an ArgType.
Returns: The type of the parameter as an ArgType.
Get the value of the parameter.
Returns: The reference to the value of the parameter.
Get the pointer to the parameter storage.
Returns: The pointer to the parameter storage.