#pragma once #include #include // get at the units text of the quantity, without its numeric value inline auto constexpr units_str(const units::Quantity auto& q) { typedef std::remove_cvref_t qtype; return units::detail::unit_text(); }