Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
ranges.h File Reference
#include <algorithm>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  base
 

Functions

template<class T >
constexpr const Tbase::ClampToRange (const T &value, const T &min, const T &max)
 
template<typename T >
constexpr bool base::IsApproximatelyEqual (T lhs, T rhs, T tolerance)