|
units
Use physical dimensions at compile-time or run-time.
|
Definition of vnix::bit, vnix::bit_range. More...
Go to the source code of this file.
Namespaces | |
| vnix | |
| Thomas E. Vaughan's public software. | |
Functions | |
| template<typename I > | |
| constexpr I | vnix::bit (unsigned n) |
| Word with specified bit set. More... | |
| template<typename I > | |
| constexpr I | vnix::bit_range (unsigned n1, unsigned n2) |
| Word with specified range of bits set. More... | |
Definition of vnix::bit, vnix::bit_range.
Definition in file bit-range.hpp.
1.8.11