Typedef unsigned_type¶
typedef unsigned_type meta¶
using unsigned_type = typename details::bits_to_type_impl<'u', bits>::type Maps a bit width to the corresponding unsigned 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::unsigned_type
Declared at meta.hpp:968
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.