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

Method dummy_use_parser_t

include/boost/parser/parser.hpp:3872–3885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3870 struct dummy_use_parser_t
3871 {
3872 dummy_use_parser_t(
3873 Iter & first,
3874 Sentinel last,
3875 Context const & context,
3876 SkipParser const & skip,
3877 detail::flags flags,
3878 bool & success) :
3879 first_(first),
3880 last_(last),
3881 context_(context),
3882 skip_(skip),
3883 flags_(flags),
3884 success_(success)
3885 {}
3886 template<typename Parser>
3887 auto operator()(Parser const & parser) const
3888 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected