Pairs a value with the formatter that should be used to format it, so it can be formatted through a formatter<nested_view<T, Char>, Char> specialization by an enclosing formatter.

Synopsis

Declared in <fmt/format.h>

template<
    typename T,
    typename Char>
struct nested_view;

Data Members

Name

Description

fmt

The formatter to use for formatting value.

value

The value to format.

Created with MrDocs