reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
163 shared_ptr(nullptr_t __p, _Deleter __d) 342 shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, 352 shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)usr/include/c++/7.4.0/bits/shared_ptr_base.h
604 __shared_count(_Ptr __p, _Deleter __d) 679 explicit __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t); 861 __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t) 1106 __shared_ptr(nullptr_t __p, _Deleter __d) 1316 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, 1344 __shared_ptr(const __weak_ptr<_Tp, _Lp>& __r, std::nothrow_t)usr/include/c++/7.4.0/new
93 extern const nothrow_t nothrow; 134 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 136 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 138 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 140 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT