reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/shared_ptr_base.h
  359     class __weak_count;

References

usr/include/c++/7.4.0/bits/shared_ptr_base.h
  676       explicit __shared_count(const __weak_count<_Lp>& __r);
  679       explicit __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t);
  734       _M_less(const __weak_count<_Lp>& __rhs) const noexcept
  763       __weak_count(const __weak_count& __r) noexcept
  770       __weak_count(__weak_count&& __r) noexcept
  780       __weak_count&
  792       __weak_count&
  793       operator=(const __weak_count& __r) noexcept
  804       __weak_count&
  805       operator=(__weak_count&& __r) noexcept
  815       _M_swap(__weak_count& __r) noexcept
  827       _M_less(const __weak_count& __rhs) const noexcept
  836       operator==(const __weak_count& __a, const __weak_count& __b) noexcept
  836       operator==(const __weak_count& __a, const __weak_count& __b) noexcept
  848     __shared_count<_Lp>::__shared_count(const __weak_count<_Lp>& __r)
  861     __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t)
 1735       __weak_count<_Lp>  _M_refcount;    // Reference counter.