Functions | |
| template<typename T > | |
| const T & | ads::min (const T &a, const T &b, const T &c) |
| This does what you think it does. | |
| template<typename T > | |
| const T & | ads::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 & | ads::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 & | ads::max (const T &a, const T &b, const T &c) |
| This does what you think it does. | |
| template<typename T > | |
| const T & | ads::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 & | ads::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 & | ads::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 & | ads::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 & | ads::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 & | ads::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 & | ads::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 & | ads::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& ads::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 ads::max().
| const T& ads::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 ads::max().
| const T& ads::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 ads::max().
| const T& ads::max | ( | const T & | a, | |
| const T & | b, | |||
| const T & | c, | |||
| const T & | d, | |||
| const T & | e | |||
| ) | [inline] |
| const T& ads::max | ( | const T & | a, | |
| const T & | b, | |||
| const T & | c, | |||
| const T & | d | |||
| ) | [inline] |
| const T& ads::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 ads::IndexRange< N, T >::compute_intersection(), ads::FixedArray< N, T >::computeMaximum(), ads::Array< N, T, A >::computeMinimum(), ads::max(), ads::FixedArray< 3, T >::max_size(), ads::FixedArray< 2, T >::max_size(), ads::FixedArray< 1, T >::max_size(), ads::FixedArray< 0, T >::max_size(), ads::FixedArray< N, index_type >::max_size(), ads::ArrayContainer< heap_handle, A >::max_size(), and ads::UniformRandomReal< long double >::operator()().
| const T& ads::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 ads::min().
| const T& ads::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 ads::min().
| const T& ads::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 ads::min().
| const T& ads::min | ( | const T & | a, | |
| const T & | b, | |||
| const T & | c, | |||
| const T & | d, | |||
| const T & | e | |||
| ) | [inline] |
| const T& ads::min | ( | const T & | a, | |
| const T & | b, | |||
| const T & | c, | |||
| const T & | d | |||
| ) | [inline] |
| const T& ads::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 ads::IndexRange< N, T >::compute_intersection(), ads::Array< N, T, A >::computeMaximum(), ads::FixedArray< N, T >::computeMinimum(), and ads::min().