Template Struct formatter< YAML::Node >

Inheritance Relationships

Base Type

  • public formatter< string_view >

Struct Documentation

template<>
struct formatter<YAML::Node> : public formatter<string_view>

Formatting for YAML::Node objects.

Public Functions

template<typename FormatContext>
inline auto format(const YAML::Node &node, FormatContext &ctx)