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

Method post

test/beast/core/bind_handler.cpp:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231 template<class F, class Alloc>
232 void
233 post(F&&, Alloc const&)
234 {
235 // shouldn't be called since the enclosing
236 // networking wrapper only uses dispatch
237 BEAST_FAIL();
238 }
239
240 template<class F, class Alloc>
241 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected