struct named_arg

Declaration

template <typename Char, typename T>
struct named_arg : public view { /* full declaration omitted */ };

Declared at: third_party/fmt/include/fmt/core.h:1136

Inherits from: view

Templates

Char
T

Member Variables

public const Char* name
public const T& value

Method Overview

Methods

ΒΆnamed_arg<Char, T>(const Char* n, const T& v)

Declared at: third_party/fmt/include/fmt/core.h:1139

Parameters

const Char* n
const T& v