MCPcopy Create free account
hub / github.com/davisking/dlib / operator!

Function operator!

dlib/member_function_pointer/member_function_pointer_kernel_1.h:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 public:
168 operator safe_bool () const { return is_set() ? &dummy::nonnull : 0; }
169 bool operator!() const { return !is_set(); }
170
171 void swap (
172 mfp_kernel_1_base_class& item

Callers

nothing calls this directly

Calls 1

is_setFunction · 0.85

Tested by

no test coverage detected