Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ operator!=
Function
operator!=
docopt_value.h:334–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
}
333
334
inline
335
bool operator!=(value const& v1, value const& v2)
336
{
337
return !(v1 == v2);
338
}
339
}
340
341
#endif /* defined(docopt__value_h_) */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected