Searched refs:__allocator_has_trivial_copy_construct (Results 1 – 1 of 1) sorted by relevance
558 struct __allocator_has_trivial_copy_construct : _Not<__has_construct<_Alloc, _Type*, const _Type&> … struct561 struct __allocator_has_trivial_copy_construct<allocator<_Type>, _Type> : true_type {};571 __allocator_has_trivial_copy_construct<_Alloc, _RawTypeIn>::value,