Template Struct formatter< librapid::half, Char >#

Struct Documentation#

template<typename Char>
struct formatter<librapid::half, Char>#

Public Types

using Base = fmt::formatter<float, Char>#

Public Functions

template<typename ParseContext>
inline FMT_CONSTEXPR auto parse(ParseContext &ctx) -> const char*#
template<typename FormatContext>
inline FMT_CONSTEXPR auto format(const librapid::half &h, FormatContext &ctx) -> decltype(ctx.out())#

Public Members

Base m_base#