AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::Impl::Matcher< N, std::tuple< F, A... >, std::tuple< F, B... >, IDs... > Struct Template Reference

#include <AIToolbox/Impl/FunctionMatching.hpp>

Public Types

using M = Matcher< N+1, std::tuple< A... >, std::tuple< B... >, IDs..., N >
 
using type = typename M::type
 

Static Public Attributes

static constexpr bool match = M::match
 

Member Typedef Documentation

◆ M

template<size_t N, typename F , typename... A, typename... B, size_t... IDs>
using AIToolbox::Impl::Matcher< N, std::tuple< F, A... >, std::tuple< F, B... >, IDs... >::M = Matcher<N+1, std::tuple<A...>, std::tuple<B...>, IDs..., N>

◆ type

template<size_t N, typename F , typename... A, typename... B, size_t... IDs>
using AIToolbox::Impl::Matcher< N, std::tuple< F, A... >, std::tuple< F, B... >, IDs... >::type = typename M::type

Member Data Documentation

◆ match

template<size_t N, typename F , typename... A, typename... B, size_t... IDs>
constexpr bool AIToolbox::Impl::Matcher< N, std::tuple< F, A... >, std::tuple< F, B... >, IDs... >::match = M::match
staticconstexpr

The documentation for this struct was generated from the following file: