function_define-snippet.h 58 Bytes
Newer Older
1 2 3
void DoubleFunction(int& to_double) {
  to_double *= 2;
}