boost::corosio::basic_io_context::find_service
Return a pointer to the service of type T, or nullptr.
Synopsis
Declared in <boost/capy/ex/execution_context.hpp>
template<class T>
T*
find_service() const noexcept;
Template Parameters
| Name | Description |
|---|---|
T |
The type of service to find. |
Created with MrDocs