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

Method callback_rule

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

Source from the content-addressed store, hash-verified

6287 rule_parser<true, TagType, Attribute, LocalState, ParamsTuple>>
6288 {
6289 constexpr callback_rule(char const * diagnostic_text)
6290 {
6291 this->parser_.diagnostic_text_ = diagnostic_text;
6292 }
6293
6294 template<typename T, typename... Ts>
6295 constexpr auto with(T && x, Ts &&... xs) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected