Template Function holoscan::make_application

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

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.

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.