Searched refs:mathChars (Results 1 – 1 of 1) sorted by relevance
222 constexpr const std::array<char, 5> mathChars = {'+', '-', '%', '*', in templateCharReplace() local227 std::find(mathChars.begin(), mathChars.end(), in templateCharReplace()228 strPtr->at(nextItemIdx)) == mathChars.end()) in templateCharReplace()