IL
void foo(T const *const &ref_to_const_ptr_to_const_T); // если читать задом наперёд, то гораздо понятнее, чем
void foo(const T* const& ref_to_const_ptr_to_const_T);
Size: a a a
IL
void foo(T const *const &ref_to_const_ptr_to_const_T); // если читать задом наперёд, то гораздо понятнее, чем
void foo(const T* const& ref_to_const_ptr_to_const_T);
IL
D
Put * and & by the type rather than the variable name.
VS
void foo(T const *const &ref_to_const_ptr_to_const_T); // если читать задом наперёд, то гораздо понятнее, чем
void foo(const T* const& ref_to_const_ptr_to_const_T);
AF
DB
AF
DB
DB
AF
DB
LA
AF
DB
DB
AF
IL
using namespace std;
AF