MCPcopy Create free account
hub / github.com/davisking/dlib / bind

Class bind

dlib/timeout/timeout.h:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 !*/
35
36 class bind
37 {
38 public:
39 virtual void go() = 0;
40 virtual ~bind() {}
41 };
42
43 template <typename T>
44 class functor : public bind

Callers 6

create_listenerFunction · 0.85
create_connectionFunction · 0.85
create_listenerFunction · 0.85
create_connectionFunction · 0.85
test_member_pointerFunction · 0.85
asyncFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_member_pointerFunction · 0.68