Lines Matching refs:__elements
650 tuple(const _Elements&... __elements)
652 : _Inherited(__elements...) { }
657 tuple(const _Elements&... __elements)
659 : _Inherited(__elements...) { }
665 tuple(_UElements&&... __elements)
667 : _Inherited(std::forward<_UElements>(__elements)...) { }
673 tuple(_UElements&&... __elements)
675 : _Inherited(std::forward<_UElements>(__elements)...) { }
731 const _Elements&... __elements)
732 : _Inherited(__tag, __a, __elements...) { }
739 const _Elements&... __elements)
740 : _Inherited(__tag, __a, __elements...) { }
747 _UElements&&... __elements)
748 : _Inherited(__tag, __a, std::forward<_UElements>(__elements)...)
757 _UElements&&... __elements)
758 : _Inherited(__tag, __a, std::forward<_UElements>(__elements)...)