Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

test::any_handler

Return a test CompletionHandler which requires invocation.

Synopsis

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

handler
any_handler();
Description

The returned handler can be invoked with any signature. The handler fails the test if:


PrevUpHomeNext