Home
last modified time | relevance | path

Searched refs:_unique_ptr_if (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/
H A Dmemory_ext.h22 template<class T> struct _unique_ptr_if { struct
26 template<class T> struct _unique_ptr_if<T[]> { struct
30 template<class T, size_t N> struct _unique_ptr_if<T[N]> { struct
35 typename _unique_ptr_if<T>::_single_object make_unique(U&&... params) in make_unique()
41 typename _unique_ptr_if<T>::_unknown_bound_array make_unique(size_t n) in make_unique()
48 typename _unique_ptr_if<T>::_known_bound_array make_unique(Args&&...) = delete;
/foundation/multimedia/media_foundation/engine/include/foundation/cpp_ext/
H A Dmemory_ext.h22 template<class T> struct _unique_ptr_if { struct
26 template<class T> struct _unique_ptr_if<T[]> { struct
30 template<class T, size_t N> struct _unique_ptr_if<T[N]> { struct
35 typename _unique_ptr_if<T>::_single_object make_unique(U&&... params) in make_unique()
41 typename _unique_ptr_if<T>::_unknown_bound_array make_unique(size_t n) in make_unique()
48 typename _unique_ptr_if<T>::_known_bound_array make_unique(Args&&...) = delete;

Completed in 1 milliseconds