const, restrict, volatileConst
Protect argument from using Call by Reference and make them read-only
- can be in function definition header parameter declaration
- can mark a member function as const
const function
Use keyword const after function declaration and heading for const function
형식 한정자
Microsoft Visual C 컴파일러에서 사용되는 C 언어의 형식 한정자를 설명합니다.
https://learn.microsoft.com/ko-kr/cpp/c-language/type-qualifiers?view=msvc-170


Seonglae Cho