| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected