#include <adobe/config.hpp>
#include <algorithm>
Go to the source code of this file.
|
| template<typename T , typename P , typename BinaryPredicate > |
| const T & | other_of (const P &pair, const T &x, BinaryPredicate pred) |
| |
| template<typename T , typename P > |
| const T & | other_of (const P &pair, const T &x) |
| |