Class typebits¶
class typebits<T> meta¶
template <typename T>
struct typebits { … } variable bits ¶
constexpr static size_t bits = sizeof(typename compound_type_traits<T>::subtype) * 8 Fully qualified name: kfr::typebits<T>::bits
Declared at meta/numeric.hpp:158
variable width ¶
constexpr static size_t width = compound_type_traits<T>::is_scalar ? 0 : compound_type_traits<T>::width Fully qualified name: kfr::typebits<T>::width
Declared at meta/numeric.hpp:159
typedef subtype ¶
using subtype = typename compound_type_traits<T>::subtype Fully qualified name: kfr::typebits<T>::subtype
Declared at meta/numeric.hpp:160
Fully qualified name: kfr::typebits<T>
Declared at meta/numeric.hpp:156
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.