Searched defs:PropagatingCountingAlloc (Results 1 – 1 of 1) sorted by relevance
652 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct653 using propagate_on_container_copy_assignment = std::true_type;654 using propagate_on_container_move_assignment = std::true_type;655 using propagate_on_container_swap = std::true_type;657 using Base = CountingAllocator<T>;661 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() argument665 struct rebind {