WPILibC++ 2024.3.2
|
Trait that tests whether a type represents a std::ratio. More...
#include <units/base.h>
Trait that tests whether a type represents a std::ratio.
Inherits from std::true_type
or std::false_type
. Use is_ratio<T>::value
to test whether class T
implements a std::ratio.