Detailed Description
Given a
pair and an EqualityComparable item, this will return the item that is not equal to the item passed. In the case when neither item is equal to the item passed the results are undefined.
|
Functions |
| template<typename T, typename P> |
| const T & | other_of (const P &pair, const T &x) |
| template<typename T, typename P, typename BinaryPredicate> |
| const T & | other_of (const P &pair, const T &x, BinaryPredicate pred) |
Function Documentation
| const T& adobe::other_of |
( |
const P & |
pair, |
|
|
const T & |
x | |
|
) |
| | |
| const T& adobe::other_of |
( |
const P & |
pair, |
|
|
const T & |
x, |
|
|
BinaryPredicate |
pred | |
|
) |
| | |