DEBSOURCES
Skip Quicknav
sources / bluebrain-hpc-coding-conventions / 1.0.0%2Bgit20221201-2 / cpp / formatting / snippets / PointerAlignment.cpp
1234
// pointer and reference are part of the type int* a; int& b = getB();