Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ string_back
Function
string_back
Libs/flatbuffers/stl_emulation.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
inline char string_back(const std::string &value) {
76
return value[value.length() - 1];
77
}
78
79
// Helper method that retrieves ::data() from a vector in a way that is
80
// compatible with pre C++11 STLs (e.g stlport).
Callers
nothing calls this directly
Calls
1
length
Method · 0.80
Tested by
no test coverage detected