컴퓨터공학/Effective C++

0. 용어 사용에 대하여

Pyxis 2025. 1. 18. 19:40

- 선언 (declaration)

 

- 시그니처(signature)

 

- 정의 (definition)

 

- 초기화 (initialization)

 

- 기본 생성자 (default constructor)

 

- 복사 생성자 (copy constructor)

 

- 복사 대입 연산자 (copy assignment operator)

 

- 함수 객체 (function object)

 

- 미정의 동작 (undefined behavior)

 

- 인터페이스 (interface)

 

- 사용자 (client)

 

- 생성자와 소멸자 : 

주석에서는 각각 ctor, dtor로 나타냄