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

Class incrementer_token_v2

test/bind_executor.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125struct incrementer_token_v2
126{
127 explicit incrementer_token_v2(int* c) : count(c) {}
128 int* count;
129};
130
131namespace boost {
132namespace asio {

Calls

no outgoing calls

Tested by

no test coverage detected