2020-03-19 14:46:23 +01:00
|
|
|
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;
|
2020-05-08 22:39:24 +02:00
|
|
|
using namespace units::physical;
|
2020-03-09 18:55:41 +01:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2020-03-17 14:04:23 +01:00
|
|
|
design/directories
|
2020-03-09 18:55:41 +01:00
|
|
|
design/quantity
|
2020-05-13 12:50:14 +02:00
|
|
|
design/downcasting
|