Home
last modified time | relevance | path

Searched refs:quoted_string_def (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/spirit/example/x3/
Derror_handling.cpp116 auto const quoted_string_def = lexeme['"' >> +(char_ - '"') >> '"']; variable
Dannotation.cpp116 auto const quoted_string_def = lexeme['"' >> +(char_ - '"') >> '"']; variable
/third_party/boost/libs/spirit/doc/x3/tutorial/
Derror_handling.qbk186 auto const quoted_string_def = lexeme['"' >> +(char_ - '"') >> '"'];
Dannotation.qbk171 auto const quoted_string_def = lexeme['"' >> +(char_ - '"') >> '"'];