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.
|
8 months ago | |
---|---|---|
.nix | 8 months ago | |
source/kelunit | 8 months ago | |
test | 8 months ago | |
.gitignore | 8 months ago | |
README.md | 1 year ago | |
SConstruct | 8 months ago | |
default.nix | 8 months ago | |
shell.nix | 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.