Searched defs:refactor_action_actor (Results 1 – 1 of 1) sorted by relevance
26 struct refactor_action_actor struct28 refactor_action_actor (std::string &str_) : str(str_) {} in refactor_action_actor() function31 void operator() (IteratorT const &first, IteratorT const &last) const in operator ()()36 std::string &str;