MCPcopy Create free account
hub / github.com/apache/brpc / CallableObj

Class CallableObj

test/brpc_load_balancer_unittest.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88struct CallableObj {
89 void operator()(const Foo& f) {
90 ASSERT_EQ(0, f.x);
91 }
92};
93
94template <typename DBD>
95void test_doubly_buffered_data() {

Callers 1

Calls

no outgoing calls

Tested by 1