Полезные материалы по всему, что может быть полезно плюсовику/сишнику.
Constant references are not always your friends Author: Chloé LourseyreEditor: Peter Fordham Early on, when we teach modern C++, we teach that every non-small1 data should be passed, by default, as constant reference: void my_function(…
Author: Chloé LourseyreEditor: Peter Fordham Early on, when we teach modern C++, we teach that every non-small1 data should be passed, by default, as constant reference: void my_function(…