operator==,!=(std::experimental::function) (3) - Linux Manuals
operator==,!=(std::experimental::function): operator==,!=(std::experimental::function)
Command to display operator==,!=(std::experimental::function)
manual in Linux: $ man 3 operator==,!=(std::experimental::function)
NAME
operator==,!=(std::experimental::function) - operator==,!=(std::experimental::function)
Synopsis
template< class R, class... ArgTypes >
bool operator==( const std::experimental::function<R(ArgTypes...)>& f, (1) (library fundamentals TS)
std::nullptr_t ) noexcept;
template< class R, class... ArgTypes >
bool operator==( std::nullptr_t, (2) (library fundamentals TS)
const std::experimental::function<R(ArgTypes...)>& f ) noexcept;
template< class R, class... ArgTypes >
bool operator!=( const std::experimental::function<R(ArgTypes...)>& f, (3) (library fundamentals TS)
std::nullptr_t ) noexcept;
template< class R, class... ArgTypes >
bool operator!=( std::nullptr_t, (4) (library fundamentals TS)
const std::experimental::function<R(ArgTypes...)>& f ) noexcept;
Compares a std::experimental::function with a null pointer. Empty functions (that is, functions without a callable target) compare equal, non-empty functions compare non-equal.
Parameters
f - std::experimental::function to compare
Return value
1-2) !f
3-4) (bool) f
See also
compares a std::function with nullptr
operator== (function template)
operator!=
Pages related to operator==,!=(std::experimental::function)
- operator==,!=(std::experimental::pmr::polymorphic_allocator) (3) - operator==,!=(std::experimental::pmr::polymorphic_allocator)
- operator==,!=(std::exponential_distribution) (3) - operator==,!=(std::exponential_distribution)
- operator==,!=(std::extreme_value_distribution) (3) - operator==,!=(std::extreme_value_distribution)
- operator==,!=(std::allocator) (3) - operator==,!=(std::allocator)
- operator==,!=(std::bernoulli_distribution) (3) - operator==,!=(std::bernoulli_distribution)
- operator==,!=(std::binomial_distribution) (3) - operator==,!=(std::binomial_distribution)
- operator==,!=(std::bitset) (3) - operator==,!=(std::bitset)
- operator==,!=(std::cauchy_distribution) (3) - operator==,!=(std::cauchy_distribution)
- operator==,!=(std::chi_squared_distribution) (3) - operator==,!=(std::chi_squared_distribution)
- operator==,!=(std::complex) (3) - operator==,!=(std::complex)
- operator==,!=(std::discard_block_engine) (3) - operator==,!=(std::discard_block_engine)
- operator==,!=(std::discrete_distribution) (3) - operator==,!=(std::discrete_distribution)
- operator==,!=(std::fisher_f_distribution) (3) - operator==,!=(std::fisher_f_distribution)
- operator==,!=(std::function) (3) - operator==,!=(std::function)
- operator==,!=(std::gamma_distribution) (3) - operator==,!=(std::gamma_distribution)
- operator==,!=(std::geometric_distribution) (3) - operator==,!=(std::geometric_distribution)
- operator==,!=(std::independent_bits_engine) (3) - operator==,!=(std::independent_bits_engine)
- operator==,!=(std::istream_iterator) (3) - operator==,!=(std::istream_iterator)
- operator==,!=(std::istreambuf_iterator) (3) - operator==,!=(std::istreambuf_iterator)
- operator==,!=(std::linear_congruential_engine) (3) - operator==,!=(std::linear_congruential_engine)
- operator==,!=(std::lognormal_distribution) (3) - operator==,!=(std::lognormal_distribution)
- operator==,!=(std::match_results) (3) - operator==,!=(std::match_results)
- operator==,!=(std::mersenne_twister_engine) (3) - operator==,!=(std::mersenne_twister_engine)