Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ _begin
Function
_begin
include/boost/parser/parser.hpp:3021–3024 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3019
3020
template<typename Context>
3021
decltype(auto) _begin(Context const & context)
3022
{
3023
return context.first_;
3024
}
3025
3026
template<typename Context>
3027
decltype(auto) _end(Context const & context)
Callers
3
diagnose
Method · 0.85
diagnose
Method · 0.85
diagnose
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected