MCPcopy 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
607template <class T>
608bool Maybe<T>::operator!=(const Maybe& other) const {
609 return !operator==(other);
610}
611
612template <class T>
613Maybe<T>::Maybe() : _has_value(false) {}

Callers

nothing calls this directly

Calls 1

operator==Method · 0.45

Tested by

no test coverage detected