|
tinympl
0.2
mini MPL library for C++11
|
Determines whether it is possible to reorder the sequence A to match exactly the sequence B
More...
#include <tinympl/unordered_equal.hpp>
Inherited by tinympl::equal_to< map< As...>, map< Bs...> >, and tinympl::equal_to< value_map< KeyType, ValueType, As...>, value_map< KeyType, ValueType, Bs...> >.
Determines whether it is possible to reorder the sequence A to match exactly the sequence B
| SequenceA | The first sequence |
| SequenceB | The second sequence |
unordered_equal<A,B>::type is a std::integral_constant<bool,v> where v is true only if the two sequences are equal (except for the ordering of the elements)