WPILibC++ 2023.4.3-108-ge5452e3
|
Trait which tests if a class is a base_unit
type.
More...
#include <units/base.h>
Trait which tests if a class is a base_unit
type.
Inherits from std::true_type
or std::false_type
. Use is_base_unit<T>::value
to test whether class T
implements a base_unit
.