Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Namespaces | |
namespace | adobe |
Functions | |
template<typename T, typename Op> | |
void | check_transitive (const T &x, const T &y, const T &z, Op op) |
template<typename T, typename Op> | |
void | check_irreflexive (const T &x, Op op) |
template<typename T, typename Op> | |
void | check_antisymmetric (const T &x, const T &y, Op op) |
template<typename T, typename Op> | |
void | check_less_than_comparable (const T &x, const T &y, const T &z, Op op) |