Template Struct formatter< librapid::BitSet< numBits >, Char >#

Struct Documentation#

template<size_t numBits, typename Char>
struct formatter<librapid::BitSet<numBits>, Char>#

Public Functions

template<typename ParseContext>
inline FMT_CONSTEXPR auto parse(ParseContext &ctx) -> const Char*#
template<typename FormatContext>
inline FMT_CONSTEXPR auto format(const Type &val, FormatContext &ctx) const -> decltype(ctx.out())#