Use of & in parameters [duplicate]

0

I came across an openSource use of "& (memory address)" in parameters and wanted to know how to use it in a function.

virtual void onWalk(Direction& dir);
    
asked by anonymous 30.04.2018 / 03:56

0 answers