Public Types | List of all members
PLMD::Tools::_Unique_if< T > Struct Template Reference

Mimic C++14 std::make_unique. More...

#include <Tools.h>

Public Types

typedef std::unique_ptr< T > _Single_object
 

Detailed Description

template<class T>
struct PLMD::Tools::_Unique_if< T >

Mimic C++14 std::make_unique.

Member Typedef Documentation

◆ _Single_object

template<class T >
typedef std::unique_ptr<T> PLMD::Tools::_Unique_if< T >::_Single_object

The documentation for this struct was generated from the following file: