Template Struct formatter< librapid::Set< ElementType >, Char >#

Struct Documentation#

template<typename ElementType, typename Char>
struct formatter<librapid::Set<ElementType>, 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())#