MCPcopy Create free account
hub / github.com/boostorg/beast / operator()

Method operator()

test/beast/core/async_base.cpp:445–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 bool& invoked;
444
445 void
446 operator()()
447 {
448 invoked = true;
449 }
450 };
451
452 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected