Lines Matching defs:const
29 using const_pointer = const T *;
30 using const_reference = const T &;
46 explicit CAddressAllocator(const CAddressAllocator<U> &other [[maybe_unused]])
50 CAddressAllocator(const CAddressAllocator &) = default;
51 CAddressAllocator &operator=(const CAddressAllocator &) = default;
57 size_type max_size() const
62 bool operator==([[maybe_unused]] CAddressAllocator const &other) const
67 bool operator!=([[maybe_unused]] CAddressAllocator const &other) const
73 pointer allocate(size_type n, [[maybe_unused]] const void *ptr = nullptr)