linked to the basic test as an example how to use this mini header lib

main
keldu 2022-07-31 19:23:09 +02:00
parent 405827519b
commit 1dcc94ddde
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ Allows the declaration of typesafe units and their usage.
Supported operations are '+', '-', '*', '/'.
Conversion and use between different base types currently are not available.
## Examples
See `test/basic.cpp` for basic usage examples.