Lines Matching refs:_NOEXCEPT_
165 _NOEXCEPT_(__is_nothrow_swappable<_Hp>::value)
187 _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : __value_()
221 explicit __tuple_leaf(_Tp&& __t) _NOEXCEPT_((is_nothrow_constructible<_Hp, _Tp>::value))
253 operator=(_Tp&& __t) _NOEXCEPT_((is_nothrow_assignable<_Hp&, _Tp>::value))
260 int swap(__tuple_leaf& __t) _NOEXCEPT_(__is_nothrow_swappable<__tuple_leaf>::value)
278 _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) {}
303 explicit __tuple_leaf(_Tp&& __t) _NOEXCEPT_((is_nothrow_constructible<_Hp, _Tp>::value))
327 operator=(_Tp&& __t) _NOEXCEPT_((is_nothrow_assignable<_Hp&, _Tp>::value))
335 swap(__tuple_leaf& __t) _NOEXCEPT_(__is_nothrow_swappable<__tuple_leaf>::value)
370 _NOEXCEPT_(__all<is_nothrow_default_constructible<_Tp>::value...>::value) {}
379 _NOEXCEPT_((__all<is_nothrow_constructible<_Tf, _Up>::value...>::value &&
405 …__tuple_impl(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_constructible<_Tp, typename tuple_element<…
432 …operator=(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_assignable<_Tp&, typename tuple_element<_Indx,
445 …operator=(const __tuple_impl& __t) _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::v…
453 …operator=(__tuple_impl&& __t) _NOEXCEPT_((__all<is_nothrow_move_assignable<_Tp>::value...>::value))
461 _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value)
614 _NOEXCEPT_(__all<is_nothrow_default_constructible<_Tp>::value...>::value) {}
642 … tuple(const _Tp& ... __t) _NOEXCEPT_((__all<is_nothrow_copy_constructible<_Tp>::value...>::value))
660 …explicit tuple(const _Tp& ... __t) _NOEXCEPT_((__all<is_nothrow_copy_constructible<_Tp>::value...>…
725 _NOEXCEPT_((
758 _NOEXCEPT_((
823 tuple(_Tuple&& __t) _NOEXCEPT_((is_nothrow_constructible<_BaseT, _Tuple>::value))
838 tuple(_Tuple&& __t) _NOEXCEPT_((is_nothrow_constructible<_BaseT, _Tuple>::value))
873 _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::value))
881 _NOEXCEPT_((__all<is_nothrow_move_assignable<_Tp>::value...>::value))
895 operator=(_Tuple&& __t) _NOEXCEPT_((is_nothrow_assignable<_BaseT&, _Tuple>::value))
902 void swap(tuple& __t) _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value)
946 _NOEXCEPT_(__all<__is_nothrow_swappable<_Tp>::value...>::value)