[C++] 인라인 함수와 매크로

inline

컴파일 타임중 컴파일 단계에서 처리된다
함수와 같이 사용한다
재귀는 사용 불가능하다

macro

컴파일 타임중 전처리 과정에서 처리된다
코드를 치환해준다

Author: Song Hayoung
Link: https://songhayoung.github.io/2020/08/03/Languages/Cplusplus/inline-macro/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.