operator==,!=(std::istreambuf_iterator) (3) - Linux Manuals
operator==,!=(std::istreambuf_iterator): operator==,!=(std::istreambuf_iterator)
Command to display operator==,!=(std::istreambuf_iterator)
manual in Linux: $ man 3 operator==,!=(std::istreambuf_iterator)
NAME
operator==,!=(std::istreambuf_iterator) - operator==,!=(std::istreambuf_iterator)
Synopsis
template< class CharT, class Traits >
bool operator==( const istreambuf_iterator<CharT,Traits>& lhs, (1)
const istreambuf_iterator<CharT,Traits>& rhs );
template< class CharT, class Traits >
bool operator!=( const istreambuf_iterator<CharT,Traits>& lhs, (2)
const istreambuf_iterator<CharT,Traits>& rhs );
Checks whether both lhs and rhs are valid, or both are invalid, regardless of the stream buffer objects they use.
1) Equivalent to lhs.equal(rhs).
2) Equivalent to !lhs.equal(rhs).
Parameters
lhs, rhs - stream buffer iterators to compare
Return value
1) The result of lhs.equal(rhs).
2) The result of !lhs.equal(rhs).
Exceptions
(none)
Pages related to operator==,!=(std::istreambuf_iterator)
- operator==,!=(std::istream_iterator) (3) - operator==,!=(std::istream_iterator)
- operator==,!=(std::independent_bits_engine) (3) - operator==,!=(std::independent_bits_engine)
- 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::experimental::function) (3) - 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::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::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)