Synopsis

Declared in <fmt/ranges.h>

template<
    typename It,
    typename Sentinel,
    typename Char = char>
struct join_view
    : /* implementation-defined */

Base Classes

Name

Description

/* implementation-defined */

Member Functions

Name

join_view [constructor]

Data Members

Name

begin

end

sep

Non-Member Functions

Name

Description

join

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

join

Returns a view that formats range with elements separated by sep.

join

Returns an object that formats std::initializer_list with elements separated by sep.

Created with MrDocs