cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Functions
14-make_unique.hpp File Reference

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

template<typename T , typename ... Args>
std::unique_ptr< T > make_unique (Args &&... args)
 Creates a unique_ptr holding a constructed object. More...