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

Function underlying

include/fmt/ranges.h:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected