Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
template <typename T>
81
std::vector<T> convert(const google::protobuf::RepeatedPtrField<T>& items)
82
{
83
return std::vector<T>(items.begin(), items.end());
84
}
85
86
87
template <typename T>
Callers
2
handlerN
Method · 0.70
_handlerN
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected