#include <utils.hpp>
Inheritance diagram for math::Clamp< T >:


Public Member Functions | |
| Clamp (const T &lb=Traits< T >::zero(), const T &ub=Traits< T >::zero()) | |
| T | operator() (const T &x) const |
| T | operator() (const T &x, const T &lb, const T &ub) |
Definition at line 59 of file utils.hpp.
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
|
1.3.2