Template Function holoscan::make_application

Holoscan v0.5.1
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-2023, NVIDIA. Last updated on Jul 28, 2023.