| 121 | } |
| 122 | |
| 123 | std::pair<__assoc_t, __sender_ref> release() && noexcept |
| 124 | { |
| 125 | __sender_ref __u(__assoc_ ? std::addressof(__sndr_) : nullptr); |
| 126 | return {std::move(__assoc_), std::move(__u)}; |
| 127 | } |
| 128 | |
| 129 | private: |
| 130 | explicit __associate_data(std::pair<__assoc_t, __sender_ref> __parts) |
no outgoing calls
no test coverage detected