Support Class Library
A set of tools providing classes and utility
Namespaces | Functions
shared.h File Reference
#include <memory>
#include <scl/tools/make/ptr.h>

Go to the source code of this file.

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::tools
 General purpose tooling.
 
 scl::tools::make
 Group of factory functions.
 

Functions

template<class T , class... Args>
std::shared_ptr< T > scl::tools::make::shared (Args &&... args)
 Creates a shared_ptr in-place with the given set of arguments. More...