D | test42-PR21296-clanggcc.cc | 109 _M_head(const _Head_base& __b) noexcept { return __b._M_head_impl; } in _M_head() function 140 _M_head(const _Tuple_impl& __t) noexcept { return _Base::_M_head(__t); } in _M_head() function 155 _Base(std::forward<_Head>(_M_head(__in))) { } in _Tuple_impl() 204 { return _Tuple_impl<__i, _Head, _Tail...>::_M_head(__t); } in __get_helper()
|