Typedef wavemap::Seconds
Defined in File value_with_unit.h
Typedef Documentation
-
template<typename T = FloatingPoint>
using wavemap::Seconds = ValueWithUnit<SiUnit::kSeconds, T> Value expressed in seconds.
- Template Parameters:
T – The value’s underlying scalar type.