ΒΆtemplate <typename It, typename Sentinel>
auto join(It begin,
          Sentinel end,
          fmt::string_view sep)
    -> join_view<It, Sentinel>

Description

Returns a view that formats the iterator range `[begin, end)` with elements separated by `sep`.

Declared at: third_party/fmt/include/fmt/format.h:4252

Templates

It
Sentinel

Parameters

It begin
Sentinel end
fmt::string_view sep