Files
mp-units/docs/design.rst

17 lines
280 B
ReStructuredText
Raw Normal View History

Design Deep Dive
================
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::physical;
2020-03-09 18:55:41 +01:00
.. toctree::
:maxdepth: 2
design/directories
2020-03-09 18:55:41 +01:00
design/quantity
2020-05-13 12:50:14 +02:00
design/downcasting