Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

disposition_traits< std::exception_ptr >

Specialisation of disposition_traits for std::exception_ptr.

template<>
struct disposition_traits< std::exception_ptr >
Member Functions

Name

Description

not_an_error [static]

throw_exception [static]

to_exception_ptr [static]

Requirements

Header: boost/asio/disposition.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext