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

Method hasValue

include/matchit.h:1224–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222 constexpr void reset(int32_t depth) const { return block().reset(depth); }
1223 constexpr void confirm(int32_t depth) const { return block().confirm(depth); }
1224 constexpr bool hasValue() const { return block().hasValue(); }
1225 // non-const to inform users not to mark Id as const.
1226 constexpr Type const &value() { return block().value(); }
1227 // non-const to inform users not to mark Id as const.

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected