| 1696 | |
| 1697 | template <typename Config, typename Property> |
| 1698 | bool operator!=(function<Config, Property> const& f, std::nullptr_t) { |
| 1699 | return bool(f); |
| 1700 | } |
| 1701 | |
| 1702 | template <typename Config, typename Property> |
| 1703 | bool operator==(std::nullptr_t, function<Config, Property> const& f) { |
nothing calls this directly
no outgoing calls
no test coverage detected