Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h562 struct __allocator_has_trivial_copy_construct : _Not<__has_construct<_Alloc, _Type*, const _Type&> … struct
565 struct __allocator_has_trivial_copy_construct<allocator<_Type>, _Type> : true_type {};
573 __allocator_has_trivial_copy_construct<_Alloc, _RawType>::value>* = nullptr>