choice

Match one of the given pattern. Remembers the matching parser. Repeated invocation will keep invoking the parser matched the first time.

template choice(T...)
choice
(
R
)
(
in auto ref R i
)

Members

Functions

choice
auto choice(R i)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta