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

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator_traits.h188 struct __has_construct_impl : false_type { }; struct in inherits:false_type
191 struct __has_construct_impl<decltype( struct in inherits:true_type
196 struct __has_construct : __has_construct_impl<void, _Alloc, _Args...> { };

Completed in 149 milliseconds