Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ is_set
Function
is_set
dlib/member_function_pointer/member_function_pointer_kernel_1.h:161–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
) { mfp_kernel_1_base_class().swap(*this); }
160
161
bool is_set (
162
) const { return mp()->is_set(); }
163
164
private:
165
typedef void (dummy::*safe_bool)();
Callers
6
any_function_basic<Storage, R(Args...)>
Class · 0.85
operator()
Method · 0.85
bound_function_pointer
Class · 0.85
operator!
Method · 0.85
member_function_pointer_kernel_1.h
File · 0.85
operator!
Function · 0.85
Calls
2
mp
Function · 0.85
is_set
Method · 0.45
Tested by
no test coverage detected