| 1691 | |
| 1692 | template <typename Config, typename Property> |
| 1693 | bool operator==(function<Config, Property> const& f, std::nullptr_t) { |
| 1694 | return !bool(f); |
| 1695 | } |
| 1696 | |
| 1697 | template <typename Config, typename Property> |
| 1698 | bool operator!=(function<Config, Property> const& f, std::nullptr_t) { |
nothing calls this directly
no outgoing calls
no test coverage detected