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

Function operator!=

include/function2/function2.hpp:1698–1700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696
1697template <typename Config, typename Property>
1698bool operator!=(function<Config, Property> const& f, std::nullptr_t) {
1699 return bool(f);
1700}
1701
1702template <typename Config, typename Property>
1703bool operator==(std::nullptr_t, function<Config, Property> const& f) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected