Lines Matching refs:operator

231 	operator=(bounded_ptr<U, Policy> const& other)
247 operator=(detail::nullptr_t)
263 operator*() const
273 operator->() const
290 operator[](ptrdiff_t n) const
334 operator bool() const
344 operator++()
350 operator++(int)
357 operator--()
363 operator--(int)
389 operator+=(ptrdiff_t n)
409 operator-=(ptrdiff_t n)
428 operator+(bounded_ptr p, ptrdiff_t n)
434 operator+(ptrdiff_t n, bounded_ptr p)
440 operator-(bounded_ptr p, ptrdiff_t n)
452 operator-(bounded_ptr const& a, bounded_ptr const& b)
458 operator-(bounded_ptr const& a, T const* b)
464 operator-(T const* a, bounded_ptr const& b)
514 operator==(bounded_ptr<T, P1> const& a, bounded_ptr<U, P2> const& b)
521 operator!=(bounded_ptr<T, P1> const& a, bounded_ptr<U, P2> const& b)
528 operator==(bounded_ptr<T, P> const& a, U* b)
535 operator==(U* a, bounded_ptr<T, P> const& b)
542 operator!=(bounded_ptr<T, P> const& a, U* b)
549 operator!=(U* a, bounded_ptr<T, P> const& b)
556 operator==(detail::nullptr_t, bounded_ptr<T, Policy> const& p)
563 operator!=(detail::nullptr_t, bounded_ptr<T, Policy> const& p)
570 operator==(bounded_ptr<T, Policy> const& p, detail::nullptr_t)
577 operator!=(bounded_ptr<T, Policy> const& p, detail::nullptr_t)
599 operator<(bounded_ptr<T, P1> const& a, bounded_ptr<U, P2> const& b)
606 operator<=(bounded_ptr<T, P1> const& a, bounded_ptr<U, P2> const& b)
613 operator>(bounded_ptr<T, P1> const& a, bounded_ptr<U, P2> const& b)
620 operator>=(bounded_ptr<T, P1> const& a, bounded_ptr<U, P2> const& b)
627 operator<(T* a, bounded_ptr<U, P> const& b)
634 operator<(bounded_ptr<T, P> const& a, U* b)
641 operator<=(T* a, bounded_ptr<U, P> const& b)
648 operator<=(bounded_ptr<T, P> const& a, U* b)
655 operator>(T* a, bounded_ptr<U, P> const& b)
662 operator>(bounded_ptr<T, P> const& a, U* b)
669 operator>=(T* a, bounded_ptr<U, P> const& b)
676 operator>=(bounded_ptr<T, P> const& a, U* b)