| 1 | // xxtuple0 internal header | |
| 2 | // NOTE: no include guard | |
| 3 | ||
| 4 | #if _NARGS != 0 | |
| 5 | explicit tuple(_LIST2(typename _Arg_traits<_Arg, >::_AType _Ax)) | |
| 6 | : _Impl(_A0_A1 _C_TAIL(_Nil_obj)) |
| Lines 7 ... 12 are skipped. |
| 13 | * Consult your license regarding permissions and restrictions. | |
| 14 | V5.05:0009 */ | |
| 15 | ||