: , , . .
const: const , , .
, "const int" , "int const".
, "<method> const". ( - , .)
( "read from the out-out" ), "id" - , :
int const* id & emsp; = intint* const id & emsp; = intint const id[5] & emsp; = 5x intint (*const id)[5] & emsp; = 5x int
T const& T const* , , . , , .
Roger Pate