Home
last modified time | relevance | path

Searched refs:__allocator_has_trivial_copy_construct (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__memory/
H A Duninitialized_algorithms.h552 struct __allocator_has_trivial_copy_construct : _Not<__has_construct<_Alloc, _Type*, const _Type&> … struct
555 struct __allocator_has_trivial_copy_construct<allocator<_Type>, _Type> : true_type {};
563 __allocator_has_trivial_copy_construct<_Alloc, _RawType>::value>* = nullptr>