Functions | |
template<typename T > | |
const T & | min (const T &a, const T &b, const T &c) |
This does what you think it does. | |
template<typename T > | |
const T & | min (const T &a, const T &b, const T &c, const T &d) |
This does what you think it does. | |
template<typename T > | |
const T & | min (const T &a, const T &b, const T &c, const T &d, const T &e) |
This does what you think it does. | |
template<typename T > | |
const T & | max (const T &a, const T &b, const T &c) |
This does what you think it does. | |
template<typename T > | |
const T & | max (const T &a, const T &b, const T &c, const T &d) |
This does what you think it does. | |
template<typename T > | |
const T & | max (const T &a, const T &b, const T &c, const T &d, const T &e) |
This does what you think it does. | |
template<typename T , typename Compare > | |
const T & | min (const T &a, const T &b, const T &c, Compare comp) |
This does what you think it does. | |
template<typename T , typename Compare > | |
const T & | min (const T &a, const T &b, const T &c, const T &d, Compare comp) |
This does what you think it does. comp is a comparison functor. | |
template<typename T , typename Compare > | |
const T & | min (const T &a, const T &b, const T &c, const T &d, const T &e, Compare comp) |
This does what you think it does. comp is a comparison functor. | |
template<typename T , typename Compare > | |
const T & | max (const T &a, const T &b, const T &c, Compare comp) |
This does what you think it does. | |
template<typename T , typename Compare > | |
const T & | max (const T &a, const T &b, const T &c, const T &d, Compare comp) |
This does what you think it does. comp is a comparison functor. | |
template<typename T , typename Compare > | |
const T & | max (const T &a, const T &b, const T &c, const T &d, const T &e, Compare comp) |
This does what you think it does. comp is a comparison functor. |
const T& max | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d, | |||
const T & | e, | |||
Compare | comp | |||
) | [inline] |
This does what you think it does. comp
is a comparison functor.
References max().
const T& max | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d, | |||
Compare | comp | |||
) | [inline] |
This does what you think it does. comp
is a comparison functor.
References max().
const T& max | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
Compare | comp | |||
) | [inline] |
This does what you think it does.
a | A thing of arbitrary type. | |
b | Another thing of arbitrary type. | |
c | Yet another thing of arbitrary type. | |
comp | A comparison functor. |
References max().
const T& max | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d, | |||
const T & | e | |||
) | [inline] |
const T& max | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d | |||
) | [inline] |
const T& max | ( | const T & | a, | |
const T & | b, | |||
const T & | c | |||
) | [inline] |
This does what you think it does.
a | A thing of arbitrary type. | |
b | Another thing of arbitrary type. | |
c | Yet another thing of arbitrary type. |
Referenced by IndexRange< N, T >::compute_intersection(), FixedArray< N, T >::computeMaximum(), Array< N, T, A >::computeMaximum(), Array< N, T, A >::computeMinimum(), max(), FixedArray< 3, T >::max_size(), FixedArray< 2, T >::max_size(), FixedArray< 1, T >::max_size(), FixedArray< 0, T >::max_size(), FixedArray< N, index_type >::max_size(), ArrayContainer< iterator, A >::max_size(), and UniformRandomReal< T >::operator()().
const T& min | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d, | |||
const T & | e, | |||
Compare | comp | |||
) | [inline] |
This does what you think it does. comp
is a comparison functor.
References min().
const T& min | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d, | |||
Compare | comp | |||
) | [inline] |
This does what you think it does. comp
is a comparison functor.
References min().
const T& min | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
Compare | comp | |||
) | [inline] |
This does what you think it does.
a | A thing of arbitrary type. | |
b | Another thing of arbitrary type. | |
c | Yet another thing of arbitrary type. | |
comp | A comparison functor. |
References min().
const T& min | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d, | |||
const T & | e | |||
) | [inline] |
const T& min | ( | const T & | a, | |
const T & | b, | |||
const T & | c, | |||
const T & | d | |||
) | [inline] |
const T& min | ( | const T & | a, | |
const T & | b, | |||
const T & | c | |||
) | [inline] |
This does what you think it does.
a | A thing of arbitrary type. | |
b | Another thing of arbitrary type. | |
c | Yet another thing of arbitrary type. |
Referenced by IndexRange< N, T >::compute_intersection(), FixedArray< N, T >::computeMinimum(), and min().