Home
last modified time | relevance | path

Searched defs:refactor_action_actor (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/
Drefactoring.cpp26 struct refactor_action_actor struct
28 refactor_action_actor (std::string &str_) : str(str_) {} in refactor_action_actor() function
31 void operator() (IteratorT const &first, IteratorT const &last) const in operator ()()
36 std::string &str;