asio C++ library

PrevUpHomeNext

system_executor::context_impl::use_service

Obtain the service object corresponding to the given type.

template<
    typename Service>
friend Service & use_service(
    execution_context & e);
  » more...

template<
    typename Service>
friend Service & use_service(
    io_service & ios);
  » more...

PrevUpHomeNext