![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <memory>
#include <utility>
Go to the source code of this file.
Functions | |
template<typename T , typename... Args> | |
std::unique_ptr< T > | MakeUnique (Args &&... args) |
Substitute for C++14 std::make_unique. More... | |
std::unique_ptr<T> MakeUnique | ( | Args &&... | args | ) |
Substitute for C++14 std::make_unique.
Definition at line 14 of file utilmemory.h.