Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h558 struct __allocator_has_trivial_copy_construct : _Not<__has_construct<_Alloc, _Type*, const _Type&> … struct
561 struct __allocator_has_trivial_copy_construct<allocator<_Type>, _Type> : true_type {};
571 __allocator_has_trivial_copy_construct<_Alloc, _RawTypeIn>::value,