AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Acore::Impl::ChatCommands::HandlerToTuple< bool(ChatHandler *, Ts...)> Struct Template Reference

#include "ChatCommand.h"

Public Types

using type = std::tuple< ChatHandler *, advstd::remove_cvref_t< Ts >... >
 

Detailed Description

template<typename... Ts>
struct Acore::Impl::ChatCommands::HandlerToTuple< bool(ChatHandler *, Ts...)>

Member Typedef Documentation

◆ type

template<typename... Ts>
using Acore::Impl::ChatCommands::HandlerToTuple< bool(ChatHandler *, Ts...)>::type = std::tuple<ChatHandler*, advstd::remove_cvref_t<Ts>...>