软件工程C++C++ 内联函数C++ 内联函数定义为内联函数可以避免函数调用的开销;但内联只是向编译器发出的一个请求,可以忽略这个请求。 inline const string & shorter(const string &s1, ...)