MCPcopy Create free account
hub / github.com/boostorg/asio / is_function

Method is_function

example/cpp11/executors/actor.cpp:71–74  ·  view source on GitHub ↗

Determine whether the message handler represents the specified function.

Source from the content-addressed store, hash-verified

69
70 // Determine whether the message handler represents the specified function.
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const
72 {
73 return mf == function_;
74 }
75
76private:
77 void (Actor::* function_)(Message, actor_address);

Callers 1

deregister_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected