Definition at line 127 of file BasicPoly.hpp.
128 {
129 auto foundloc =
mMap.find(
s);
130 return (foundloc !=
mMap.end() ? foundloc->second : -1);
131 }
std::unordered_map< std::string_view, int > mMap
References mMap, and s.
Referenced by readIdentifier().