MCPcopy Create free account
hub / github.com/3rdparty/libprocess / convert

Function convert

include/process/protobuf.hpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80template <typename T>
81std::vector<T> convert(const google::protobuf::RepeatedPtrField<T>& items)
82{
83 return std::vector<T>(items.begin(), items.end());
84}
85
86
87template <typename T>

Callers 2

handlerNMethod · 0.70
_handlerNMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected