MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / parse

Function parse

sample/Conditional-if-let-Expressions.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using Result = std::variant<V, E>;
7
8Result<uint8_t, std::exception> parse(std::string_view) { return uint8_t{34U}; }
9
10int32_t main()
11{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected