|
YOrch 1.0.0
|
This is the complete list of members for yorch::direct_out< T >, including all inherited members.
| destroy() noexcept | yorch::direct_out< T > | inline |
| direct_out(detail::typed_slot< T, detail::slot_logical_policy::maybe_payload > &slot) noexcept | yorch::direct_out< T > | inlineexplicit |
| direct_out(detail::slot_view< T > slot) noexcept | yorch::direct_out< T > | inlineexplicit |
| emplace(Args &&... args) noexcept(noexcept(slot_.emplace(std::forward< Args >(args)...))) | yorch::direct_out< T > | inline |
| has_value() const noexcept | yorch::direct_out< T > | inline |
| success(Args &&... args) noexcept(noexcept(emplace(std::forward< Args >(args)...))) | yorch::direct_out< T > | inline |