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

Method operator()

include/boost/parser/parser.hpp:1007–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005 {
1006 template<typename Context>
1007 decltype(auto) operator()(Context const & context) const
1008 {
1009 return parser::get(parser::_params(context), llong<I>{});
1010 }
1011 };
1012
1013

Callers

nothing calls this directly

Calls 2

_paramsFunction · 0.85
getFunction · 0.70

Tested by

no test coverage detected