cppx-core
|
Integer types templated on exact number of bits: Int_ and Unsigned_int_. More...
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... | |
Integer types templated on exact number of bits: Int_ and Unsigned_int_.
Definition in file Int_.hpp.