units
Use physical dimensions at compile-time or run-time.
|
Function object used for dividing every exponent by a single factor. More...
#include <dim.hpp>
Public Member Functions | |
constexpr | divd (rat ff) |
Initialize from factor by which to divide exponents. More... | |
constexpr rat | operator() (rat x) const |
Divide an exponent by the factor. More... | |
Public Attributes | |
rat | f |
Factor by which to divide exponents. More... | |
Function object used for dividing every exponent by a single factor.
|
inline |
|
inline |
rat vnix::units::basic_dim< DBO >::divd::f |