MCPcopy Create free account
hub / github.com/Naios/function2 / operator==

Function operator==

include/function2/function2.hpp:1693–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1691
1692template <typename Config, typename Property>
1693bool operator==(function<Config, Property> const& f, std::nullptr_t) {
1694 return !bool(f);
1695}
1696
1697template <typename Config, typename Property>
1698bool operator!=(function<Config, Property> const& f, std::nullptr_t) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected