#define DEF0_AS(N, AS) DEF0_F(AS, { return NAMESPACE::N(); } ) #define DEF1_AS(N, AS, A1) DEF1_F(AS, A1, { return NAMESPACE::N(ARG_ID(A1)); } ) #define DEF2_AS(N, AS ...
# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 ...