内联函数

2017-12-15  本文已影响0人  qyfl

内联函数

class foo {
public:
    void a(int b);

    ...
};

inline void
foo::a(int b) {

    ...
}

上一篇下一篇

猜你喜欢

热点阅读