MCPcopy Create free account
hub / github.com/boostorg/beast / handler

Method handler

include/boost/beast/_experimental/test/handler.hpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 boost::source_location loc_{BOOST_CURRENT_LOCATION};
39public:
40 handler(boost::source_location loc = BOOST_CURRENT_LOCATION) : loc_(loc) {}
41
42 explicit
43 handler(error_code ec, boost::source_location loc = BOOST_CURRENT_LOCATION)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected