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

#include "ChatCommandHelpers.h"

Public Member Functions

 operator bool ()
 

Public Attributes

std::string_view token
 
std::string_view tail
 

Detailed Description

Member Function Documentation

◆ operator bool()

Acore::Impl::ChatCommands::TokenizeResult::operator bool ( )
inlineexplicit
50{ return !token.empty(); }
std::string_view token
Definition: ChatCommandHelpers.h:51

References token.

Member Data Documentation

◆ tail

std::string_view Acore::Impl::ChatCommands::TokenizeResult::tail

◆ token

std::string_view Acore::Impl::ChatCommands::TokenizeResult::token