AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Acore::ChatCommands::Tail Struct Reference

#include "ChatCommandTags.h"

Inheritance diagram for Acore::ChatCommands::Tail:
Acore::Impl::ChatCommands::ContainerTag

Public Types

using value_type = std::string_view
 
- Public Types inherited from Acore::Impl::ChatCommands::ContainerTag
using ChatCommandResult = Acore::Impl::ChatCommands::ChatCommandResult
 

Public Member Functions

ChatCommandResult TryConsume (ChatHandler const *, std::string_view args)
 

Detailed Description

Member Typedef Documentation

◆ value_type

using Acore::ChatCommands::Tail::value_type = std::string_view

Member Function Documentation

◆ TryConsume()

ChatCommandResult Acore::ChatCommands::Tail::TryConsume ( ChatHandler const *  ,
std::string_view  args 
)
inline
122 {
123 std::string_view::operator=(args);
124 return std::string_view();
125 }