Lines Matching refs:__elements
727 tuple(const _Elements&... __elements)
729 : _Inherited(__elements...) { }
734 tuple(const _Elements&... __elements)
736 : _Inherited(__elements...) { }
742 tuple(_UElements&&... __elements)
744 : _Inherited(std::forward<_UElements>(__elements)...) { }
750 tuple(_UElements&&... __elements)
752 : _Inherited(std::forward<_UElements>(__elements)...) { }
815 const _Elements&... __elements)
816 : _Inherited(__tag, __a, __elements...) { }
823 const _Elements&... __elements)
824 : _Inherited(__tag, __a, __elements...) { }
831 _UElements&&... __elements)
832 : _Inherited(__tag, __a, std::forward<_UElements>(__elements)...)
841 _UElements&&... __elements)
842 : _Inherited(__tag, __a, std::forward<_UElements>(__elements)...)