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

Function transform

include/boost/parser/parser.hpp:6799–6802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6797 work. */
6798 template<typename F>
6799 constexpr auto transform(F f)
6800 {
6801 return transform_directive<F>{std::move(f)};
6802 }
6803
6804
6805 // First order parsers.

Callers 9

resolve_rule_paramsFunction · 0.70
callMethod · 0.70
callMethod · 0.70
make_temp_resultMethod · 0.70
error_handling.hppFile · 0.70
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected