Searched refs:__elements (Results 1 – 2 of 2) sorted by relevance
168 constexpr tuple(_UElements&&... __elements) in tuple() argument169 : _Inherited(std::forward<_UElements>(__elements)...) { } in tuple()
53398 constexpr tuple(const _Elements&... __elements) in tuple() argument53399 : _Inherited(__elements...) { } in tuple()53409 explicit constexpr tuple(const _Elements&... __elements) in tuple() argument53410 : _Inherited(__elements...) { } in tuple()53428 constexpr tuple(_UElements&&... __elements) in tuple() argument53429 : _Inherited(std::forward<_UElements>(__elements)...) { } in tuple()53441 explicit constexpr tuple(_UElements&&... __elements) in tuple() argument53442 : _Inherited(std::forward<_UElements>(__elements)...) { } in tuple()53514 const _Elements&... __elements) in tuple()53515 : _Inherited(__tag, __a, __elements...) { } in tuple()[all …]