struct join_view

Declaration

template <typename It, typename Sentinel, typename Char = char>
struct join_view : public view { /* full declaration omitted */ };

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

Inherits from: view

Templates

It
Sentinel
Char

Member Variables

public It begin
public Sentinel end
public basic_string_view<Char> sep

Method Overview

Methods

ΒΆjoin_view<It, Sentinel, Char>(
    It b,
    Sentinel e,
    basic_string_view<Char> s)

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

Parameters

It b
Sentinel e
basic_string_view<Char> s