We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AlwaysOnePerLine
BinPackParameters
As an example, this:
void my_func( std::array<int32_t, 3>* a);
becomes this:
void my_func( std::array< int32_t, 3>* a);