MCPcopy Create free account
hub / github.com/LemLib/LemLib / nested

Method nested

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

Source from the content-addressed store, hash-verified

3843 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> const char* { return formatter_.parse(ctx); }
3844
3845 auto nested(const T& value) const -> nested_view<T> { return nested_view<T> {&formatter_, &value}; }
3846};
3847
3848// DEPRECATED! join_view will be moved to ranges.h.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected