ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <cstddef>
#include <memory>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
struct | std::_Unique_if< T > |
struct | std::_Unique_if< T[]> |
struct | std::_Unique_if< T[N]> |
Functions | |
template<class T , class... Args> | |
_Unique_if< T >::_Single_object | std::make_unique (Args &&... args) |
template<class T > | |
_Unique_if< T >::_Unknown_bound | std::make_unique (size_t n) |
template<class T , class... Args> | |
_Unique_if< T >::_Known_bound | std::make_unique (Args &&...)=delete |
_Unique_if<T>::_Single_object std::make_unique | ( | Args &&... | args | ) |
Definition at line 27 of file make_unique.h.
References get_metrics::args, and std::make_unique().
Referenced by std::make_unique().
|
delete |
_Unique_if<T>::_Unknown_bound std::make_unique | ( | size_t | n | ) |
Definition at line 33 of file make_unique.h.
References std::make_unique(), and get_metrics::type.