Go to the source code of this file.
|
| template<typename T , typename R > |
| const T & | pin (const T &min, const T &x, const T &max, R r) |
| |
| template<typename T > |
| const T & | pin (const T &min, const T &x, const T &max) |
| |
| template<typename T , typename R > |
| const T & | pin_safe (const T &min, const T &x, const T &max, R r) |
| |
| template<typename T , typename R > |
| const T & | pin_safe (const T &min, const T &x, const T &max) |
| |