operator==,!=(std::scoped_allocator_adaptor) (3) - Linux Manuals
operator==,!=(std::scoped_allocator_adaptor): operator==,!=(std::scoped_allocator_adaptor)
Command to display operator==,!=(std::scoped_allocator_adaptor)
manual in Linux: $ man 3 operator==,!=(std::scoped_allocator_adaptor)
NAME
operator==,!=(std::scoped_allocator_adaptor) - operator==,!=(std::scoped_allocator_adaptor)
Synopsis
template< class OuterAlloc1, class OuterAlloc2, class... InnerAllocs >
bool operator==( const scoped_allocator_adaptor<OuterAlloc1, InnerAllocs...>& lhs, (since C++11)
const scoped_allocator_adaptor<OuterAlloc2, InnerAllocs...>& rhs ) noexcept;
template< class OuterAlloc1, class OuterAlloc2, class... InnerAllocs >
bool operator!=( const scoped_allocator_adaptor<OuterAlloc1, InnerAllocs...>& lhs, (since C++11)
const scoped_allocator_adaptor<OuterAlloc2, InnerAllocs...>& rhs ) noexcept;
Compares two scoped allocator adaptors. Two such allocators are equal if:
* lhs.outer_allocator() == rhs.outer_allocator(), and
* if sizeof...(InnerAllocs) > 0, lhs.inner_allocator() == rhs.inner_allocator().
Parameters
lhs, rhs - scoped allocator adaptors to compare
Return value
1) Returns true if lhs and rhs are equal, false otherwise.
2) Returns true if lhs and rhs are not equal, false otherwise.
Pages related to operator==,!=(std::scoped_allocator_adaptor)
- operator==,!=(std::shuffle_order_engine) (3) - operator==,!=(std::shuffle_order_engine)
- operator==,!=(std::student_t_distribution) (3) - operator==,!=(std::student_t_distribution)
- operator==,!=(std::subtract_with_carry_engine) (3) - operator==,!=(std::subtract_with_carry_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::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)