struct ostream_params

Declaration

struct ostream_params { /* full declaration omitted */ };

Declared at: third_party/fmt/include/fmt/os.h:343

Member Variables

public int oflag = file::WRONLY | file::CREATE | file::TRUNC
public size_t buffer_size = 1024 > 32768 ? 1024 : 32768

Method Overview

Methods

ostream_params()

Declared at: third_party/fmt/include/fmt/os.h:347

template <typename... T>
ostream_params(T... params, int new_oflag)

Declared at: third_party/fmt/include/fmt/os.h:350

Templates

T

Parameters

T... params
int new_oflag

template <typename... T>
ostream_params(T... params,
               detail::buffer_size bs)

Declared at: third_party/fmt/include/fmt/os.h:355

Templates

T

Parameters

T... params
detail::buffer_size bs