WPILibC++ 2023.4.3-108-ge5452e3
|
Trait which tests whether a type is inherited from a decibel scale. More...
#include <units/base.h>
Trait which tests whether a type is inherited from a decibel scale.
Inherits from std::true_type
or std::false_type
. Use has_decibel_scale<U1 [, U2, ...]>::value
to test one or more types to see if they represent unit_t's whose scale is in decibels.
T | one or more types to test. |