| 415 | FMT_CONSTEXPR range_formatter() {} |
| 416 | |
| 417 | FMT_CONSTEXPR auto underlying() -> detail::range_formatter_type<Char, T>& { |
| 418 | return underlying_; |
| 419 | } |
| 420 | |
| 421 | FMT_CONSTEXPR void set_separator(basic_string_view<Char> sep) { |
| 422 | separator_ = sep; |
nothing calls this directly
no outgoing calls
no test coverage detected