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

Function string

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

Source from the content-addressed store, hash-verified

7651 template<typename R>
7652#endif
7653 constexpr auto string(R && str) noexcept
7654 {
7655 return parser_interface{string_parser(str)};
7656 }
7657
7658 template<typename Quotes, typename Escapes, typename CharParser>
7659 struct quoted_string_parser

Callers 5

insert_for_next_parseMethod · 0.70
erase_for_next_parseMethod · 0.70
insert_for_next_parseMethod · 0.70
litFunction · 0.70
operator""_pFunction · 0.70

Calls 1

string_parserFunction · 0.70

Tested by

no test coverage detected