Searched refs:__at (Results 1 – 1 of 1) sorted by relevance
97 using __at = __m_at_c<_Ny, _Ts...>; typedef in stdexec::__var::__variant146 __at<_Ny>& emplace(_As&&... __as) // in emplace()147 noexcept(__nothrow_constructible_from<__at<_Ny>, _As...>) in emplace()152 ::new (__storage_) __at<_Ny>{static_cast<_As&&>(__as)...}; in emplace()154 return *reinterpret_cast<__at<_Ny>*>(__storage_); in emplace()196 return static_cast<__at<_Ny>&&>( in get()197 *reinterpret_cast<__at<_Ny>*>(__storage_)); in get()205 return *reinterpret_cast<__at<_Ny>*>(__storage_); in get()213 return *reinterpret_cast<const __at<_Ny>*>(__storage_); in get()