Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_params
Function · 0.70
call
Method · 0.70
call
Method · 0.70
make_temp_result
Method · 0.70
static_assert_merge_attributes
Function · 0.70
error_handling.hpp
File · 0.70
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected