units
Use physical dimensions at compile-time or run-time.
Classes | Namespaces
int-types.hpp File Reference

Definition of vnix::int_types. More...

#include <cstdint>
Include dependency graph for int-types.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of vnix::int_types.

License: BSD Three-Clause; see LICENSE.

Definition in file int-types.hpp.