ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Classes | Functions
make_unique.h File Reference
#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:

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
 

Function Documentation

◆ make_unique() [1/3]

template<class T , class... Args>
_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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ make_unique() [2/3]

template<class T , class... Args>
_Unique_if<T>::_Known_bound std::make_unique ( Args &&  ...)
delete

References std::make_unique().

Here is the call graph for this function:

◆ make_unique() [3/3]

template<class T >
_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.

Here is the call graph for this function: