|
units
Use physical dimensions at compile-time or run-time.
|
Definition of vnix::int_types. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| struct | vnix::int_types< NB > |
| Smallest integer types for holding certain number of bits. More... | |
| struct | vnix::int_types< 8 > |
| Terminal specialization of int_types for eight-bit integer. More... | |
| struct | vnix::int_types< 16 > |
| Terminal specialization of int_types for 16-bit integer. More... | |
| struct | vnix::int_types< 32 > |
| Terminal specialization of int_types for 32-bit integer. More... | |
| struct | vnix::int_types< 64 > |
| Terminal specialization of int_types for 64-bit integer. More... | |
Namespaces | |
| vnix | |
| Thomas E. Vaughan's public software. | |
Definition of vnix::int_types.
Definition in file int-types.hpp.
1.8.11