Kanzi Connect  1.1.10
Kanzi Connect C++ API
kanzi::connect::cpputils Namespace Reference

Functions

template<typename T , typename... Args>
unique_ptr< T > make_unique (Args &&... args)
 Utility function to provide the C++14 make_unique functionality. More...
 

Function Documentation

◆ make_unique()

template<typename T , typename... Args>
unique_ptr<T> kanzi::connect::cpputils::make_unique ( Args &&...  args)
inline

Utility function to provide the C++14 make_unique functionality.

Parameters
argsConstructor arguments for T
Returns
unique_ptr which owns instance of T