template <typename It, typename Sentinel, typename Char = char>
struct join_view
Defined at line 620 of file ../../third_party/fmtlib/src/include/fmt/ranges.h
Public Members
It begin
Sentinel end
basic_string_view<Char> sep
Public Methods
void join_view<It, Sentinel, Char> (It b, Sentinel e, basic_string_view<Char> s)
Defined at line 625 of file ../../third_party/fmtlib/src/include/fmt/ranges.h