Files
mp-units/docs/design.rst
2021-03-19 23:20:32 +01:00

18 lines
300 B
ReStructuredText

Design Deep Dive
================
.. note::
For brevity all the code examples in this chapter assume::
using namespace units;
using namespace units::isq;
.. toctree::
:maxdepth: 2
design/directories
design/quantity
design/quantity_kind
design/downcasting