Typedef int_type¶
typedef int_type meta¶
using int_type = typename details::bits_to_type_impl<'i', bits>::type Maps a bit width to the corresponding signed integer type
| bits | bit width (8, 16, 32 or 64) |
Remark
Any other value results in a compile error: no specialization of bits_to_type_impl exists, so the primary template is an incomplete type with no type member.
Fully qualified name: kfr::int_type
Declared at meta.hpp:962
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.