Logo ROOT  
Reference Guide
ROOT::Detail::RMakeUniqueResult< T[]> Struct Template Reference

template<typename T>
struct ROOT::Detail::RMakeUniqueResult< T[]>

Definition at line 32 of file RMakeUnique.hxx.

Public Types

using array = std::unique_ptr< T[]>
 

#include <ROOT/RMakeUnique.hxx>

Member Typedef Documentation

◆ array

template<typename T >
using ROOT::Detail::RMakeUniqueResult< T[]>::array = std::unique_ptr<T[]>

Definition at line 33 of file RMakeUnique.hxx.


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