template<class T, class CompareT = std::less<T>>
struct idol::CommutativePair< T, CompareT >
Definition at line 37 of file Pair.h.
|
| | CommutativePair (const T &t_1, const T &t_2) |
| | CommutativePair (T &&t_1, T &&t_2) |
| | CommutativePair (const T &t_1, T &&t_2) |
| | CommutativePair (T &&t_1, const T &t_2) |
|
| CommutativePair (const CommutativePair &)=default |
|
| CommutativePair (CommutativePair &&)=default |
|
CommutativePair & | operator= (const CommutativePair &)=default |
|
CommutativePair & | operator= (CommutativePair &&)=default |
| bool | operator== (const CommutativePair &t_rhs) const |
| bool | operator== (const Pair &t_rhs) const |