#include <cassert>
#include <adobe/algorithm/select.hpp>
#include <adobe/functional.hpp>
Go to the source code of this file.
Namespaces |
namespace | adobe |
Functions |
template<typename T , typename R > |
const T & | clamp (const T &x, const T &min, const T &max, R r) |
template<typename T > |
const T & | clamp (const T &x, const T &min, const T &max) |
template<typename T , typename R > |
const T & | clamp_unordered (const T &x, const T &min, const T &max, R r) |
template<typename T > |
const T & | clamp_unordered (const T &x, const T &min, const T &max) |