• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-Jun-2015-1,6951,191

example/H03-May-2022-4,9312,962

images/H03-May-2022-

meta/H03-Jun-2015-1716

test/H03-Jun-2015-4,1202,129

test_headers/H03-Jun-2015-9053

tutorial/H03-Jun-2015-31588

README.mdH A D03-Jun-2015885 2719

boost.cssH A D03-Jun-2015969 6564

README.md

1Boost.Units
2===========
3
4Boost.Units, part of collection of the [Boost C++ Libraries](http://github.com/boostorg),
5implements dimensional analysis in a general and extensible manner,
6treating it as a generic compile-time metaprogramming problem.
7With appropriate compiler optimization, no runtime execution cost is introduced,
8facilitating the use of this library to provide dimension checking in performance-critical code.
9
10### Directories
11
12* **doc** - QuickBook documentation sources
13* **example** - examples
14* **images** - images for documention
15* **include** - Interface headers
16* **test** - unit tests
17* **test_headers** - unit tests for self containment of headers
18* **tutorial** - tutorial
19
20### More information
21
22* [Documentation](http://boost.org/libs/units)
23
24### License
25
26Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
27