MCPcopy 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

mainFunction · 0.85
callMethod · 0.85

Calls 1

getFunction · 0.50

Tested by

no test coverage detected