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

This is the documentation for a snapshot of the master branch, built from commit 7789ef3d8d.
PrevUpHomeNext

test::handler

A CompletionHandler used for testing.

Synopsis

Defined in header <boost/beast/_experimental/test/handler.hpp>

class handler
Member Functions

Name

Description

handler [constructor]

operator()

~handler [destructor]

Description

This completion handler is used by tests to ensure correctness of behavior. It is designed as a single type to reduce template instantiations, with configurable settings through constructor arguments. Typically this type will be used in type lists and not instantiated directly; instances of this class are returned by the helper functions listed below.

See Also

success_handler, fail_handler, any_handler


PrevUpHomeNext