Home
last modified time | relevance | path

Searched defs:inverse_time (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dunit_helper.hpp127 struct inverse_time struct
129 typedef Time type;
134 struct inverse_time< boost::units::quantity< Unit , Value > > struct
136 typedef boost::units::quantity< Unit , Value > time_type;
137 typedef typename boost::units::get_dimension< time_type >::type dimension;
138 typedef typename boost::units::get_system< time_type >::type system;
139 …f typename boost::mpl::divides< boost::units::dimensionless_type , dimension >::type inv_dimension;
140 typedef boost::units::unit< inv_dimension , system > inv_unit;
141 typedef boost::units::quantity< inv_unit , Value > type;