cppx-core
Classes | Namespaces | Typedefs
Int_.hpp File Reference

Integer types templated on exact number of bits: Int_ and Unsigned_int_. More...

#include <cppx-core/language/types/type-makers.hpp>
#include <c/stdint.hpp>
Include dependency graph for Int_.hpp:

Go to the source code of this file.

Classes

struct  cppx::impl::Int_t_< n_bits >
 
struct  cppx::impl::Int_t_< 8 >
 
struct  cppx::impl::Int_t_< 16 >
 
struct  cppx::impl::Int_t_< 32 >
 
struct  cppx::impl::Int_t_< 64 >
 

Namespaces

 cppx
 
 cppx::impl
 

Typedefs

template<int n_bits>
using cppx::Int_ = ...
 Signed integer types parameterized by exact width in bits. More...
 
template<int n_bits>
using cppx::Unsigned_int_ = Unsigned_< Int_< n_bits > >
 Unsigned integer types parameterized by exact width in bits. More...
 

Detailed Description

Integer types templated on exact number of bits: Int_ and Unsigned_int_.

Definition in file Int_.hpp.