[C++] inline function

trap

#define GET3(N)  N*N*N

GET3(1+2) :  1+2*1+2*1+2 = 7 

原文地址:https://www.cnblogs.com/tianhangzhang/p/4909269.html