![]() |
WPILibC++ 2025.3.2
|
#include <algorithm>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | gcem |
Functions | |
| template<typename T1 , typename T2 > | |
| constexpr common_t< T1, T2 > | gcem::min (const T1 x, const T2 y) noexcept |
| Compile-time pairwise minimum function. | |