在使用内联函数时发现一个问题:内联不能嵌套使用?
代码大致如下:
// 头文件
#ifndef INLINESTUDY_H
#define INLINESTUDY_H
#include <iostream>
#include <iomanip>
using namespacestd;
class A
{
public:
在使用内联函数时发现一个问题:内联不能嵌套使用?
代码大致如下:
// 头文件
#ifndef INLINESTUDY_H
#define INLINESTUDY_H
#include <iostream>
#include <iomanip>
using namespacestd;
class A
{
public: