Gromacs  2019
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
#include <cstddef>
#include <memory>
#include <type_traits>
#include <utility>
+ Include dependency graph for make_unique.h:
+ This graph shows which files directly or indirectly include this file:

Description

Provides template gmx::compat::make_unique.

The implementation of gmx::compat::make_unique is copied with little modification from C++ standardization doc N3656 at http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3656.htm though additional wrapping has been added for use in GROMACS.

Author
M. Eric Irrgang erici.nosp@m.rrga.nosp@m.ng@gm.nosp@m.ail..nosp@m.com