44 template<
class CharSeq>
49 unique_ptr<vector<string>> params(
new vector<string>);
70 }
else if (*chew ==
')') {
81 params->push_back(param);
88 }
else if (*chew ==
')') {
94 params->push_back(param);
100 if (!param.empty()) {
101 params->push_back(param);
103 if (!chew || *chew !=
')') {
108 if (params->size()) {
109 _params.reset(params.release());
Non-identifier where parameter expected.
chew_mode::continuation const continuation
An exemplar chew_mode::continuation
chew_mode::greyspace const greyspace
An exemplar chew_mode::greyspace
`template struct chewer<CharSeq> is a cursor-like type that is associated with a character-sequence t...
template class canonical<What> encapsulates the canonical representation of values of type What...