Files
mp-units/docs/framework.rst

23 lines
455 B
ReStructuredText
Raw Normal View History

Framework Basics
================
2020-03-09 18:55:41 +01:00
.. note::
2020-03-19 11:54:23 +01:00
For brevity all the code examples in this chapter assume::
2020-03-09 18:55:41 +01:00
using namespace units;
using namespace units::isq;
2020-03-09 18:55:41 +01:00
.. toctree::
:maxdepth: 2
framework/basic_concepts
framework/quantities
2020-08-17 19:28:47 -04:00
framework/quantity_points
framework/quantity_kinds
2020-03-09 18:55:41 +01:00
framework/dimensions
framework/units
framework/constants
2020-03-09 18:55:41 +01:00
framework/conversions_and_casting
framework/text_output