openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
memory.hpp File Reference
#include <memory>
#include <utility>
Include dependency graph for memory.hpp:

Go to the source code of this file.

Namespaces

namespace  openjij
 
namespace  openjij::utility
 

Functions

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