24 Mar
2021
24 Mar
'21
8:05 p.m.
Alexander Grund via Boost said: (by the date of Wed, 24 Mar 2021 14:49:51 +0100)
In short the takeaway here is: Function value parameters in function signatures are never const.
Just to make clear: value parameters are not reference parameters. const references are recognized. (the most useful argument types for a function :) Janek Kozicki