Template Function holoscan::make_application
Defined in File application.hpp
Utility function to create an application.
- Template Parameters
- Parameters
- Returns
AppT – The type of the application to create.
args – The arguments to pass to the application constructor.
The shared pointer to the created application.