StringTableBuilder.getOffset

size_t getOffset(string str)

Get the offset of a previously added string.

Parameters

strThe string to look up.

Returns

The offset if the string exists, size_t.max otherwise.