Home
last modified time | relevance | path

Searched refs:names_and_salary (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/example/qi/
Dreorder_struct.cpp60 typedef fusion::result_of::as_nview<client::employee, 1, 2, 4>::type names_and_salary; typedef
87 names_and_salary maryview(fusion::as_nview<1, 2, 4>(mary)); in main()
114 qi::rule<client::iterator_type, names_and_salary()> r = in main()
/third_party/boost/libs/spirit/example/karma/
Dreorder_struct.cpp97 names_and_salary; in main() typedef
99 karma::rule<client::iterator_type, names_and_salary()> r = in main()