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

Function _indent

include/boost/parser/parser.hpp:1086–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084
1085 template<typename Context>
1086 decltype(auto) _indent(Context const & context)
1087 {
1088 return *context.trace_indent_;
1089 }
1090
1091 template<typename Context>
1092 decltype(auto) _callbacks(Context const & context)

Callers 3

trace_prefixFunction · 0.85
trace_suffixFunction · 0.85
~scoped_trace_tMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected