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

Function apply_impl

include/boost/parser/detail/hl.hpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 template<typename F, typename Tuple, std::size_t... I>
64 constexpr auto
65 apply_impl(F && f, Tuple && t, std::integer_sequence<std::size_t, I...>)
66 -> decltype(((F &&) f)(parser::get((Tuple &&) t, llong<I>{})...))
67 {
68 return ((F &&) f)(parser::get((Tuple &&) t, llong<I>{})...);
69 }
70 template<
71 typename F,
72 typename Tuple,

Callers 1

applyFunction · 0.85

Calls 1

getFunction · 0.50

Tested by

no test coverage detected