TrinityCore
Trinity::Impl::ChatCommands::ArgInfo< T, std::enable_if_t< std::is_base_of_v< ContainerTag, T > > > Struct Template Reference

#include <ChatCommandArgs.h>

Static Public Member Functions

static ChatCommandResult TryConsume (T &tag, ChatHandler const *handler, std::string_view args)
 

Detailed Description

template<typename T>
struct Trinity::Impl::ChatCommands::ArgInfo< T, std::enable_if_t< std::is_base_of_v< ContainerTag, T > > >

Definition at line 211 of file ChatCommandArgs.h.

Member Function Documentation

◆ TryConsume()

template<typename T >
static ChatCommandResult Trinity::Impl::ChatCommands::ArgInfo< T, std::enable_if_t< std::is_base_of_v< ContainerTag, T > > >::TryConsume ( T &  tag,
ChatHandler const *  handler,
std::string_view  args 
)
inlinestatic

Definition at line 213 of file ChatCommandArgs.h.


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