MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / string_back

Function string_back

native/thirdpart/flatbuffers/stl_emulation.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75inline 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 3

ConCatPathFileNameFunction · 0.85
RemoveStringQuotesFunction · 0.85
operator+=Method · 0.85

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected