ΒΆtemplate <typename F,
typename Tuple,
std::size_t... I>
constexpr auto applyMatcherImpl(
F&& f,
Tuple&& args,
std::index_sequence<I...>)
template <typename F,
typename Tuple,
std::size_t... I>
constexpr auto applyMatcherImpl(
F&& f,
Tuple&& args,
std::index_sequence<I...>)
Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:1400
Templates
- F
- Tuple
- std::size_t I
Parameters
- F&& f
- Tuple&& args
- std::index_sequence<I...>