StackOverflow 文档 C++ 教程 内联函数 非成员内联函数定义 非成员内联函数定义 Created: November-22, 2018 inline int add(int x, int y) { return x + y; } 成员内联函数非成员内联函数声明