StackOverflow 文件 C++ 教程 行內函數 非成員行內函數定義 非成員行內函數定義 Created: November-22, 2018 inline int add(int x, int y) { return x + y; } 成員行內函數非成員行內函數宣告