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

Function switch_

include/boost/parser/parser.hpp:8768–8771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8766 a value or a unary invocable. */
8767 template<typename T>
8768 constexpr auto switch_(T x) noexcept
8769 {
8770 return switch_parser<T>{x};
8771 }
8772
8773
8774#ifndef BOOST_PARSER_DOXYGEN

Callers 7

mainFunction · 0.85
mainFunction · 0.85
compile_attributeFunction · 0.85
mainFunction · 0.85
github_issues.cppFile · 0.85
parser_rule.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected