Compares the contents of the underlying containers of two container adaptors. The comparison is done by applying the corresponding operator to the underlying containers.
lhs, rhs | - | container adaptors whose contents to compare |
-T must meet the requirements of EqualityComparable . |
true
if the corresponding comparison yields true
, false
otherwise.
Linear in the size of the container.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/container/queue/operator_cmp