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