Files
mp-units/docs/framework.rst
2021-03-16 12:03:25 +01:00

23 lines
455 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/quantities
framework/quantity_points
framework/quantity_kinds
framework/dimensions
framework/units
framework/constants
framework/conversions_and_casting
framework/text_output