constexpr auto clamp(T const &val, T const &low, T const &high) noexcept(noexcept(std::less< T >{}(val, low))) -> T const &
Clamp the supplied value between two bounds using std::less for ordering.
Definition clamp.hpp:61
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10