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

#include <AIToolbox/Impl/FunctionMatching.hpp>

Public Types

using type = IdPack< IDs... >
 

Static Public Attributes

static constexpr bool match = true
 

Member Typedef Documentation

◆ type

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

Member Data Documentation

◆ match

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

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