Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ operator!=
Method
operator!=
napi-inl.h:608–610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
606
607
template <class T>
608
bool Maybe<T>::operator!=(const Maybe& other) const {
609
return !operator==(other);
610
}
611
612
template <class T>
613
Maybe<T>::Maybe() : _has_value(false) {}
Callers
nothing calls this directly
Calls
1
operator==
Method · 0.45
Tested by
no test coverage detected