Options related to packing parameters of function declarations and definitions.
More...
#include "clang/Format/Format.h"
Options related to packing parameters of function declarations and definitions.
Definition at line 4382 of file Format.h.
◆ operator!=()
◆ operator==()
◆ BinPack
The bin pack parameters style to use.
- Version
- 3.7
Definition at line 4386 of file Format.h.
◆ BreakAfter
| unsigned clang::format::FormatStyle::PackParametersStyle::BreakAfter |
A parameter list with more parameters than the specified number will be formatted with one parameter per line.
This option must be used with BinPack: UseBreakAfter.
void foo(int a);
void bar(int a, int b, int c);
void baz(int a,
int b,
int c,
int d);
- Version
- 23
Definition at line 4406 of file Format.h.
The documentation for this struct was generated from the following file: