MCPcopy Create free account
hub / github.com/boostorg/asio / buffer_debug_check

Method buffer_debug_check

include/boost/asio/buffer.hpp:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655{
656public:
657 buffer_debug_check(Iterator iter)
658 : iter_(iter)
659 {
660 }
661
662 ~buffer_debug_check()
663 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected