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

Struct Documentation#

template<uint64_t numBits, bool stackAlloc, typename Char>
struct formatter<librapid::BitSet<numBits, stackAlloc>, 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())#