Files
mp-units/docs/framework.rst
2023-05-26 13:53:52 +02:00

26 lines
534 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/text_output