Searched defs:function (Results 1 – 2 of 2) sorted by relevance
192 Action( std::function<void()> function ) : function_ { function } {} in Action()