Lines Matching refs:operator
46 void* operator new(size_t, void*) noexcept; // forward declaration needed for placement-new
247 safe_allocation& operator=(safe_allocation const&) = delete;
269 operator=(sa_detail::nullptr_t)
292 operator=(safe_allocation&& other)
327 operator bool() const noexcept
424 operator[](ptrdiff_t n)
429 operator[](ptrdiff_t n) const
461 operator==(safe_allocation<T, A, P> const& x, sa_detail::nullptr_t)
468 operator!=(safe_allocation<T, A, P> const& x, sa_detail::nullptr_t)
475 operator==(sa_detail::nullptr_t, safe_allocation<T, A, P> const& x)
482 operator!=(sa_detail::nullptr_t, safe_allocation<T, A, P> const& x)