MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / operator!=

Function operator!=

include/common/optional.h:1285–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283
1284template< typename T, typename U >
1285inline optional_constexpr bool operator!=( optional<T> const & x, optional<U> const & y )
1286{
1287 return !(x == y);
1288}
1289
1290template< typename T, typename U >
1291inline optional_constexpr bool operator<( optional<T> const & x, optional<U> const & y )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected