MCPcopy Create free account
hub / github.com/fmtlib/fmt / nested

Method nested

include/fmt/format.h:4143–4145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4141 }
4142
4143 auto nested(const T& value) const -> nested_view<T, Char> {
4144 return nested_view<T, Char>{&formatter_, &value};
4145 }
4146};
4147
4148inline namespace literals {

Callers 1

formatMethod · 0.80

Calls

no outgoing calls

Tested by 1

formatMethod · 0.64