Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Save
Function
Save
generator/road_access_generator.hpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
template <class Sink>
28
void Save(Sink & sink, RoadAccess::Type const & ac)
29
{
30
WriteToSink(sink, static_cast<uint8_t>(ac));
31
}
32
33
template <class Source>
34
void Load(Source & src, RoadAccess::Type & ac)
Callers
4
Write
Method · 0.70
Serialize
Method · 0.70
Save
Method · 0.70
Finalize
Method · 0.70
Calls
3
WriteToSink
Function · 0.85
WriteNonEmpty
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected