Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ second
Function
second
include/boost/parser/detail/hl.hpp:312–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
}
311
template<typename T, typename U>
312
constexpr decltype(auto) second(tuple<T, U> const & t)
313
{
314
return parser::get(t, llong<1>{});
315
}
316
317
318
// zip
Callers
2
main
Function · 0.85
call
Method · 0.85
Calls
1
get
Function · 0.50
Tested by
no test coverage detected