WPILibC++ 2023.4.3-108-ge5452e3
|
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.