SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
utils.h File Reference
#include <memory>
#include <utility>
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T , typename... Args>
std::unique_ptr< T > make_unique (Args &&...args)
 

Function Documentation

template<typename T , typename... Args>
std::unique_ptr<T> make_unique ( Args &&...  args)

Creates a unique_ptr to an object of type T, which is constructed by using the given arguments

Definition at line 32 of file utils.h.