holoscan::make_application

Beta
View as Markdown
template <typename AppT, typename... ArgsT>
std::shared_ptr<AppT> holoscan::make_application(
ArgsT &&... args
)

Utility function to create an application.

Returns: The shared pointer to the created application.

Template parameters

AppT
typename

The type of the application to create.

Parameters

args
ArgsT &&...

The arguments to pass to the application constructor.