Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ operator!=
Method
operator!=
StackList.h:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
constexpr bool operator!=(const TStackListEntry*) const noexcept { return (nullptr != mCurrent); }
95
96
private:
97
TStackListEntry* mCurrent;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected