VCCC  2024.05
VisualCamp Common C++ library
clamp.hpp File Reference
#include <functional>

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename T , typename Compare >
constexpr const T & clamp (const T &v, const T &lo, const T &hi, Compare comp)
 
template<typename T >
constexpr const T & clamp (const T &v, const T &lo, const T &hi)