Searched defs:__mdispatch_ (Results 1 – 1 of 1) sorted by relevance
1317 struct __mdispatch_ struct1320 auto operator()(_Ts&&...) const noexcept(noexcept(_Ty{})) -> _Ty in operator ()()1327 struct __mdispatch_<__placeholder<_Np>, _Offset> struct1330 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()1338 struct __mdispatch_<__placeholder<_Np>&, _Offset> struct1341 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()1348 struct __mdispatch_<__placeholder<_Np>&&, _Offset> struct1351 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()1358 struct __mdispatch_<const __placeholder<_Np>&, _Offset> struct1361 auto operator()(_Ts&&... __ts) const noexcept -> decltype(auto) in operator ()()[all …]