units
Use physical dimensions at compile-time or run-time.
Namespaces | Functions
bit-range.hpp File Reference

Definition of vnix::bit, vnix::bit_range. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of vnix::bit, vnix::bit_range.

License: BSD Three-Clause; see LICENSE.

Definition in file bit-range.hpp.