TrinityCore
Trinity::Impl::ChatCommands::HandlerToTuple< bool(ChatHandler *, Ts...)> Struct Template Reference

#include <ChatCommand.h>

Public Types

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

Detailed Description

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

Definition at line 117 of file ChatCommand.h.

Member Typedef Documentation

◆ type

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

Definition at line 117 of file ChatCommand.h.


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