Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Namespaces | |
namespace | adobe |
Functions | |
template<class T, class R> | |
const T & | select_0_2 (const T &a, const T &b, R r) |
select_0 implementation | |
template<class T, class R> | |
T & | select_0_2 (T &a, T &b, R r) |
select_0 implementation | |
template<class T, class R> | |
const T & | select_1_2 (const T &a, const T &b, R r) |
select_0 implementation | |
template<class T, class R> | |
T & | select_1_2 (T &a, T &b, R r) |
select_0 implementation | |
template<typename T, typename R> | |
const T & | select_1_3_ac (const T &a, const T &b, const T &c, R r) |
select_1_ab implementation | |
template<typename T, typename R> | |
T & | select_1_3_ac (T &a, T &b, T &c, R r) |
select_1_ab implementation | |
template<typename T, typename R> | |
const T & | select_1_3_ab (const T &a, const T &b, const T &c, R r) |
select_1_ab implementation | |
template<typename T, typename R> | |
T & | select_1_3_ab (T &a, T &b, T &c, R r) |
select_1_ab implementation | |
template<typename T, typename R> | |
const T & | select_1_3 (const T &a, const T &b, const T &c, R r) |
select_1 implementation | |
template<typename T, typename R> | |
T & | select_1_3 (T &a, T &b, T &c, R r) |
select_1 implementation |