operator==,!=(std::allocator) (3) - Linux Manuals
operator==,!=(std::allocator): operator==,!=(std::allocator)
Command to display operator==,!=(std::allocator)
manual in Linux: $ man 3 operator==,!=(std::allocator)
NAME
operator==,!=(std::allocator) - operator==,!=(std::allocator)
Synopsis
template< class T1, class T2 > (until C++11)
bool operator==( const allocator<T1>& lhs, const allocator<T2>& rhs ) throw();
template< class T1, class T2 > (since C++11)
bool operator==( const allocator<T1>& lhs, const allocator<T2>& rhs ) noexcept;
template< class T1, class T2 > (until C++11)
bool operator!=( const allocator<T1>& lhs, const allocator<T2>& rhs ) throw();
template< class T1, class T2 > (since C++11)
bool operator!=( const allocator<T1>& lhs, const allocator<T2>& rhs ) noexcept;
Compares two default allocators. Since default allocators are stateless, two default allocators are always equal.
1) Returns true
2) Returns false
Parameters
lhs, rhs - default allocators to compare
Return value
1) true
2) false
Pages related to 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)
- 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)