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
)
inline
noexcept
Definition at line
1902
of file
shared_ptr_base.h
.
1903
{
return
!__a; }
References
operator==()
.
Here is the call graph for this function:
std
Generated on
for libstdc++ by
1.16.1