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;