Searched refs:stateful_allocator (Results 1 – 1 of 1) sorted by relevance
1754 struct stateful_allocator { struct1756 stateful_allocator() = default; argument1759 constexpr stateful_allocator(const stateful_allocator<U>& src) noexcept : state(src.state) {} in stateful_allocator() argument1771 bool operator==(const stateful_allocator<T>& lhs, const stateful_allocator<U>& rhs) { return lhs.st… in operator ==() argument1774 bool operator!=(const stateful_allocator<T>& lhs, const stateful_allocator<U>& rhs) { return lhs.st… in operator !=()1846 stateful_allocator<int> src_alloc; in test_move_assignment_test_unequal()1849 …tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> src(src_… in test_move_assignment_test_unequal()1856 stateful_allocator<int> dst_alloc; in test_move_assignment_test_unequal()1858 …tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> dst(dst_… in test_move_assignment_test_unequal()1859 …tbb::concurrent_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> cpy(src_… in test_move_assignment_test_unequal()[all …]