mirror of
https://github.com/mpusz/mp-units.git
synced 2026-02-06 15:25:14 +01:00
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
|