Generic wrapper for the clip() function.
More...
#include <Clip.h>
|
DT | min_ |
| The lower delimiter.
|
|
DT | max_ |
| The upper delimiter.
|
|
template<typename DT>
struct blaze::Clip< DT >
Generic wrapper for the clip() function.
Constructor of the Clip functor.
- Parameters
-
min | The lower limit of the range. |
max | The upper limit of the range. |
template<typename DT >
template<typename T >
Returns the result of the clip() function for the given object/value.
- Parameters
-
- Returns
- The result of the clip() function for the given object/value.
The documentation for this struct was generated from the following file: