Files
mp-units/docs/framework.rst
T

23 lines
455 B
ReStructuredText
Raw Normal View History

2020-03-19 14:46:23 +01:00
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;
2021-03-16 12:03:25 +01:00
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
2021-02-15 20:38:24 +01:00
framework/quantity_kinds
2020-03-09 18:55:41 +01:00
framework/dimensions
framework/units
2020-03-17 18:06:45 +01:00
framework/constants
2020-03-09 18:55:41 +01:00
framework/conversions_and_casting
framework/text_output