Lines Matching defs:CAddressAllocator
23 class CAddressAllocator {
37 using other = CAddressAllocator<U>;
43 CAddressAllocator() = default;
46 explicit CAddressAllocator(const CAddressAllocator<U> &other [[maybe_unused]])
50 CAddressAllocator(const CAddressAllocator &) = default;
51 CAddressAllocator &operator=(const CAddressAllocator &) = default;
52 CAddressAllocator(CAddressAllocator &&other) noexcept = default;
53 CAddressAllocator &operator=(CAddressAllocator &&other) noexcept = default;
54 ~CAddressAllocator() = default;
62 bool operator==([[maybe_unused]] CAddressAllocator const &other) const
67 bool operator!=([[maybe_unused]] CAddressAllocator const &other) const