AzerothCore
3.3.5a
OpenSource WoW Emulator
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
c
d
g
h
i
m
p
r
s
t
v
Typedefs
b
c
f
g
h
i
l
m
n
p
s
t
u
Enumerations
a
c
d
g
l
m
p
s
v
Enumerator
b
c
e
f
g
l
m
p
r
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
c
d
e
i
l
n
p
r
s
t
u
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
Related Symbols
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Static Public Member Functions
|
List of all members
Acore::Impl::ChatCommands::MultiConsumer< Tuple, NextType, offset > Struct Template Reference
#include "
ChatCommand.h
"
Static Public Member Functions
static
ChatCommandResult
TryConsumeTo
(Tuple &tuple,
ChatHandler
const *handler, std::string_view args)
Detailed Description
template<typename Tuple, typename NextType, std::size_t offset>
struct Acore::Impl::ChatCommands::MultiConsumer< Tuple, NextType, offset >
Member Function Documentation
◆
TryConsumeTo()
template<typename Tuple , typename NextType , std::size_t offset>
static
ChatCommandResult
Acore::Impl::ChatCommands::MultiConsumer
< Tuple, NextType, offset >::TryConsumeTo
(
Tuple &
tuple
,
ChatHandler
const *
handler
,
std::string_view
args
)
inline
static
62
{
63
ChatCommandResult
next = ArgInfo<NextType>::TryConsume(std::get<offset>(tuple), handler, args);
64
if
(next)
65
return
ConsumeFromOffset<Tuple, offset + 1>(tuple, handler, *next);
66
else
67
return
next;
68
}
Acore::Impl::ChatCommands::ChatCommandResult
Definition
ChatCommandHelpers.h:100
The documentation for this struct was generated from the following file:
azerothcore-wotlk/src/server/game/Chat/ChatCommands/
ChatCommand.h
Acore
Impl
ChatCommands
MultiConsumer
Generated on Sun Jul 27 2025 06:25:21 for AzerothCore by
1.9.8