MCPcopy Create free account
hub / github.com/boostorg/parser / operator""_p

Function operator""_p

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

Returns a character parser equivalent to `char_(c)`. */

Source from the content-addressed store, hash-verified

9926
9927 /** Returns a character parser equivalent to `char_(c)`. */
9928 constexpr auto operator""_p(char c) { return char_(c); }
9929#if defined(__cpp_char8_t) || defined(BOOST_PARSER_DOXYGEN)
9930 /** Returns a character parser equivalent to `char_(c)`. */
9931 constexpr auto operator""_p(char8_t c) { return char_(c); }

Callers

nothing calls this directly

Calls 1

stringFunction · 0.70

Tested by

no test coverage detected