Go to file
keldu 1dcc94ddde linked to the basic test as an example how to use this mini header lib 2022-07-31 19:23:09 +02:00
source/kelunit initial commit 2022-07-31 19:20:50 +02:00
test initial commit 2022-07-31 19:20:50 +02:00
README.md linked to the basic test as an example how to use this mini header lib 2022-07-31 19:23:09 +02:00

README.md

Typesafe C++ Unit library

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.