Searched refs:__propagate_on_container_move_assignment (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator_traits.h122 // __propagate_on_container_move_assignment
125 struct __propagate_on_container_move_assignment : false_type { }; struct in inherits:false_type
127 struct __propagate_on_container_move_assignment<_Alloc, true> { struct
239 using propagate_on_container_move_assignment = typename __propagate_on_container_move_assignment<allocator_type>::type;

Completed in 162 milliseconds