Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_listener
Function · 0.85
create_connection
Function · 0.85
create_listener
Function · 0.85
create_connection
Function · 0.85
test_member_pointer
Function · 0.85
async
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_member_pointer
Function · 0.68