Home | History | Annotate | Download | only in include

Lines Matching full:__a2

516       constexpr tuple(const _T1& __a1, const _T2& __a2)
517 : _Inherited(__a1, __a2) { }
523 constexpr tuple(_U1&& __a1, _U2&& __a2)
524 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
563 const _T1& __a1, const _T2& __a2)
564 : _Inherited(__tag, __a, __a1, __a2) { }
567 tuple(allocator_arg_t __tag, const _Alloc& __a, _U1&& __a1, _U2&& __a2)
569 std::forward<_U2>(__a2)) { }