Skip to content

Typedef float_type

typedef float_type meta

using float_type = typename details::bits_to_type_impl<'f', bits>::type

Maps a bit width to the corresponding floating-point type (32 -> float, 64 -> double)

Template parameters
bits bit width (32 or 64)

Remark

Any value other than 32 or 64 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::float_type

Declared at meta.hpp:956

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.