AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::Impl::GetFunctionArguments< R(C::*)(Args...)> Struct Template Reference

#include <AIToolbox/Impl/FunctionMatching.hpp>

Inheritance diagram for AIToolbox::Impl::GetFunctionArguments< R(C::*)(Args...)>:
AIToolbox::Impl::GetFunctionArguments< R(C::*)(Args...) const >

Public Types

using args = std::tuple< Args... >
 
using rettype = R
 

Member Typedef Documentation

◆ args

template<typename R , typename C , typename... Args>
using AIToolbox::Impl::GetFunctionArguments< R(C::*)(Args...)>::args = std::tuple<Args...>

◆ rettype

template<typename R , typename C , typename... Args>
using AIToolbox::Impl::GetFunctionArguments< R(C::*)(Args...)>::rettype = R

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