StringTableBuilder.getOffset
size_t getOffset(string str)Get the offset of a previously added string.
Parameters
str | The string to look up. |
Returns
The offset if the string exists, size_t.max otherwise.
size_t getOffset(string str)Get the offset of a previously added string.
str | The string to look up. |