forked from mpusz/mp-units
17 lines
280 B
ReStructuredText
17 lines
280 B
ReStructuredText
Design Deep Dive
|
|
================
|
|
|
|
.. note::
|
|
|
|
For brevity all the code examples in this chapter assume::
|
|
|
|
using namespace units;
|
|
using namespace units::physical;
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
design/directories
|
|
design/quantity
|
|
design/downcasting
|