MCPcopy Create free account
hub / github.com/BowenFu/hspp / stringImpl

Function stringImpl

include/parser.h:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89inline auto stringImpl(std::string const& cs)
90 -> Parser<std::string, StringParser>
91{
92 return toParser || toFunc<> | StringParser{cs};
93}
94
95constexpr auto string = toFunc<> || [](std::string const& cs)
96{

Callers 2

operator()Method · 0.85
parser.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected