libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ operator==() [2/66]

template<typename _Tp, _Lock_policy _Lp>
bool std::operator== ( const __shared_ptr< _Tp, _Lp > & __a,
nullptr_t  )
inlinenoexcept

Definition at line 1902 of file shared_ptr_base.h.

1903 { return !__a; }

References operator==().

Here is the call graph for this function: