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