reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
72 constexpr _Tp&& 83 constexpr _Tp&&usr/include/c++/7.4.0/tuple
125 constexpr _Head_base(const _Head& __h) 132 constexpr _Head_base(_UHead&& __h) 159 static constexpr _Head& 162 static constexpr const _Head& 194 static constexpr _Head& 197 static constexpr const _Head& 210 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 210 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) 216 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 216 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) 242 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a) 248 const _Head& __head, const _Tail&... __tail) 248 const _Head& __head, const _Tail&... __tail) 262 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a, 268 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a, 350 static constexpr _Head& 353 static constexpr const _Head& 360 constexpr _Tuple_impl(const _Head& __head) 365 constexpr _Tuple_impl(_UHead&& __head) 390 const _Head& __head) 473 return __and_<is_constructible<_Elements, const _UElements&>...>::value; 479 return __and_<is_convertible<const _UElements&, _Elements>...>::value; 485 return __and_<is_constructible<_Elements, _UElements&&>...>::value; 491 return __and_<is_convertible<_UElements&&, _Elements>...>::value; 608 constexpr tuple(const _Elements&... __elements) 619 explicit constexpr tuple(const _Elements&... __elements) 646 constexpr tuple(_UElements&&... __elements) 730 const _Elements&... __elements) 741 const _Elements&... __elements) 767 tuple(allocator_arg_t __tag, const _Alloc& __a, const tuple& __in) 771 tuple(allocator_arg_t __tag, const _Alloc& __a, tuple&& __in) 947 constexpr tuple(const _T1& __a1, const _T2& __a2) 947 constexpr tuple(const _T1& __a1, const _T2& __a2) 956 explicit constexpr tuple(const _T1& __a1, const _T2& __a2) 956 explicit constexpr tuple(const _T1& __a1, const _T2& __a2) 971 constexpr tuple(_U1&& __a1, _U2&& __a2) 971 constexpr tuple(_U1&& __a1, _U2&& __a2) 1066 tuple(allocator_arg_t __tag, const _Alloc& __a) 1078 const _T1& __a1, const _T2& __a2) 1078 const _T1& __a1, const _T2& __a2) 1090 const _T1& __a1, const _T2& __a2) 1090 const _T1& __a1, const _T2& __a2) 1619 _GLIBCXX14_CONSTEXPR const _Swallow_assign& 1626 _GLIBCXX17_INLINE constexpr _Swallow_assign ignore{};usr/include/c++/7.4.0/type_traits
1246 : public is_nothrow_constructible<_Tp, _Tp&&> 1558 { typedef _Tp type; }; 1659 { typedef _Tp&& type; };