Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.85
main
Function · 0.85
compile_attribute_sentinel
Function · 0.85
compile_attribute
Function · 0.85
main
Function · 0.85
github_issues.cpp
File · 0.85
parser_rule.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected