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 R> | |
const T & | pin (const T &min, const T &x, const T &max, R r) |
pin implementation | |
template<typename T> | |
const T & | pin (const T &min, const T &x, const T &max) |
pin implementation | |
template<typename T, typename R> | |
const T & | pin_safe (const T &min, const T &x, const T &max, R r) |
pin_safe implementation | |
template<typename T, typename R> | |
const T & | pin_safe (const T &min, const T &x, const T &max) |
pin_safe implementation |