MCPcopy Create free account
hub / github.com/boostorg/parser / operator()

Method operator()

include/boost/parser/parser.hpp:3887–3896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3885 {}
3886 template<typename Parser>
3887 auto operator()(Parser const & parser) const
3888 {
3889 return parser.call(
3890 first_,
3891 last_,
3892 context_,
3893 skip_,
3894 flags_,
3895 success_);
3896 }
3897 Iter & first_;
3898 Sentinel last_;
3899 Context const & context_;

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected