MCPcopy Create free account
hub / github.com/boostorg/parser / lit

Function lit

include/boost/parser/parser.hpp:7517–7517  ·  view source on GitHub ↗

Returns a literal code point parser that produces no attribute. */

Source from the content-addressed store, hash-verified

7515
7516 /** Returns a literal code point parser that produces no attribute. */
7517 inline constexpr auto lit(char c) noexcept { return omit[char_(c)]; }
7518
7519#if defined(__cpp_char8_t) || defined(BOOST_PARSER_DOXYGEN)
7520 /** Returns a literal code point parser that produces no attribute. */

Callers 15

mainFunction · 0.85
struct_rule.cppFile · 0.85
mainFunction · 0.85
replace.cppFile · 0.85
mainFunction · 0.85
parse_empty.cppFile · 0.85
mainFunction · 0.85
compile_attributeFunction · 0.85
mainFunction · 0.85

Calls 1

stringFunction · 0.70

Tested by

no test coverage detected