boost::corosio::basic_io_context::has_service
Return true if a service of type T exists.
Synopsis
Declared in <boost/capy/ex/execution_context.hpp>
template<class T>
bool
has_service() const noexcept;
Template Parameters
| Name | Description |
|---|---|
T |
The type of service to check. |
Created with MrDocs