DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / AllowShortFunctionsOnASingleLine.cpp
123456789
// Only empty methods can be put in a single line class Foo { void f() { foo(); } void f() {} };