Searched defs:PropagatingCountingAlloc (Results 1 – 4 of 4) 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() function665 struct rebind {
659 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct660 using propagate_on_container_copy_assignment = std::true_type;661 using propagate_on_container_move_assignment = std::true_type;662 using propagate_on_container_swap = std::true_type;664 using Base = CountingAllocator<T>;668 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() function672 struct rebind {
669 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct670 using propagate_on_container_copy_assignment = std::true_type;671 using propagate_on_container_move_assignment = std::true_type;672 using propagate_on_container_swap = std::true_type;674 using Base = CountingAllocator<T>;678 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() function682 struct rebind {
669 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct670 using propagate_on_container_copy_assignment = std::true_type;671 using propagate_on_container_move_assignment = std::true_type;672 using propagate_on_container_swap = std::true_type;674 using Base = CountingAllocator<T>;678 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() argument682 struct rebind {