Files
mp-units/docs/framework.rst
2022-09-02 20:09:50 +02:00

27 lines
562 B
ReStructuredText

Framework Basics
================
.. note::
For brevity all the code examples in this chapter assume::
using namespace units;
using namespace units::isq;
.. toctree::
:maxdepth: 2
framework/basic_concepts
framework/quantity_like
framework/quantities
framework/quantity_points
framework/quantity_kinds
framework/dimensions
framework/magnitudes
framework/units
framework/arithmetics
framework/constants
framework/conversions_and_casting
framework/angular_units
framework/text_output