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

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator_traits.h198 // __has_destroy
200 struct __has_destroy : false_type { }; struct in inherits:false_type
203 struct __has_destroy<_Alloc, _Pointer, decltype( struct in inherits:true_type
304 _EnableIf<__has_destroy<allocator_type, _Tp*>::value> >
312 _EnableIf<!__has_destroy<allocator_type, _Tp*>::value> >

Completed in 81 milliseconds