MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / operator!=

Method operator!=

tests/RangeForStmtHandler3Test.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 std::enable_if_t<!std::is_same<Rhs, null_sentinal_t>{},int> =0
17 >
18 friend bool operator!=(Rhs const& ptr, null_sentinal_t) {
19 return !(ptr==null_sentinal_t{});
20 }
21 template<class Lhs,
22 std::enable_if_t<!std::is_same<Lhs, null_sentinal_t>{},int> =0
23 >

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected