Notifier invoker passed by remote_edge_version_entry to notifier_list base class. More...
Public Member Functions | |
remote_notifier_invoker (edge_container &ct, std::size_t tid, FullValueAccess const &full_value, bool b_moveable) | |
void | operator() (Notifier const ¬ifier) const |
Notifier invoker passed by remote_edge_version_entry to notifier_list base class.
Explicit functor instead of lambda to reduce compilation pressure and code dupe (multiple usage sites).