asio C++ library

PrevUpHomeNext

bad_executor

Exception thrown when trying to access an empty polymorphic executor.

class bad_executor :
  public std::exception
Member Functions

Name

Description

bad_executor

Constructor.

what

Obtain message associated with exception.

Requirements

Header: asio/executor.hpp

Convenience header: asio.hpp


PrevUpHomeNext