Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dparsers.hpp274 struct u8_codepoint_parser : public cl::parser<u8_codepoint_parser> struct
276 typedef u8_codepoint_parser self_t;
278 template <typename Scanner> struct result
284 typename result<Scanner>::type parse(Scanner const& scan) const in parse()