#include <error_protocol.hpp>
|
| template<typename ValTy > |
| using | return_type = boost::capy::io_task< std::optional< ValTy > > |
| |
◆ return_type
template<typename ValTy >
◆ as_io_task_t()
| constexpr co_usb::detail::as_io_task_t::as_io_task_t |
( |
| ) |
|
|
inlineexplicitconstexprnoexcept |
◆ with_error()
template<typename U >
| auto co_usb::detail::as_io_task_t::with_error |
( |
std::error_code |
ec | ) |
-> return_type<U>
|
|
inlinenoexcept |
◆ with_success()
template<typename U , typename... Args>
| auto co_usb::detail::as_io_task_t::with_success |
( |
Args &&... |
args | ) |
-> return_type<U>
|
|
inlinenoexcept |
The documentation for this struct was generated from the following file: