You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Claudius Holeksa 2dca7e9610 just putting the release name into the custom namespace 8 months ago
.nix just putting the release name into the custom namespace 8 months ago
source/kelunit expanded builder env 8 months ago
test expanded builder env 8 months ago
.gitignore more build envs 8 months ago
README.md linked to the basic test as an example how to use this mini header lib 1 year ago
SConstruct more build envs 8 months ago
default.nix expanded builder env 8 months ago
shell.nix expanded builder env 8 months ago

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.