class basic_format_arg::handle

Declaration

class basic_format_arg::handle { /* full declaration omitted */ };

Declared at: third_party/fmt/include/fmt/core.h:1629

Method Overview

  • public void format(typename Context::parse_context_type & parse_ctx, Context & ctx) const
  • public handle(detail::custom_value<Context> custom)

Methods

void format(typename Context::parse_context_type&
                parse_ctx,
            Context& ctx) const

Declared at: third_party/fmt/include/fmt/core.h:1633

Parameters

typename Context::parse_context_type& parse_ctx
Context& ctx

handle(detail::custom_value<Context> custom)

Declared at: third_party/fmt/include/fmt/core.h:1631

Parameters

detail::custom_value<Context> custom