MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / CreateVectorOfStrings

Function CreateVectorOfStrings

Libs/flatbuffers/flatbuffers.h:1880–1883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1878 /// where the vector is stored.
1879 template<typename Alloc>
1880 Offset<Vector<Offset<String>>> CreateVectorOfStrings(
1881 const std::vector<std::string, Alloc> &v) {
1882 return CreateVectorOfStrings(v.cbegin(), v.cend());
1883 }
1884
1885 /// @brief Serialize a collection of Strings into a FlatBuffer `vector`.
1886 /// This is a convenience function for a common case.

Callers

nothing calls this directly

Calls 7

distanceFunction · 0.85
PushElementFunction · 0.85
CreateStringFunction · 0.70
StartVectorFunction · 0.70
EndVectorFunction · 0.70
cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected