undecorated name (n)~ In C++ the form that an identifier has in the source code (as a string of human-readable characters) as opposed to its decorated name which consists of symbols that are meaningful only to the compiler and the linker.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 52 조회
- 목록
본문
undecorated name (n)~ In C++ the form that an identifier has in the source code (as a string of human-readable characters) as opposed to its decorated name which consists of symbols that are meaningful only to the compiler and the linker.