Namespaces | |
namespace | Steinberg |
Functions | |
template<class T > | |
const T & | Min (const T &a, const T &b) |
template<class T > | |
const T & | Max (const T &a, const T &b) |
template<class T > | |
T | Abs (const T &value) |
template<class T > | |
T | Sign (const T &value) |
template<class T > | |
T | Bound (T minval, T maxval, T x) |
template<class T > | |
void | Swap (T &t1, T &t2) |
template<class T > | |
bool | IsApproximateEqual (T t1, T t2, T epsilon) |