clamp.hpp
Go to the documentation of this file.
6 /**************************************************************************************************/
18 /**************************************************************************************************/
37 /**************************************************************************************************/
81 /**************************************************************************************************/
const T & clamp_unordered(const T &x, const T &min, const T &max, R r) clamp_unordered implementation Definition: clamp.hpp:69 const T & select_1_ac(const T &a, const T &b, const T &c, R r) select_1_ac implementation Definition: algorithm/select.hpp:48 Definition: functional.hpp:26 const T & clamp(const T &x, const T &min, const T &max, R r) clamp implementation Definition: clamp.hpp:46 Definition: operator.hpp:52 const T & select_1(const T &a, const T &b, const T &c, R r) select_1 implementation Definition: algorithm/select.hpp:92 |