Searched refs:__allocator_has_trivial_copy_construct (Results 1 – 1 of 1) sorted by relevance
562 struct __allocator_has_trivial_copy_construct : _Not<__has_construct<_Alloc, _Type*, const _Type&> … struct565 struct __allocator_has_trivial_copy_construct<allocator<_Type>, _Type> : true_type {};573 __allocator_has_trivial_copy_construct<_Alloc, _RawType>::value>* = nullptr>