MCPcopy Create free account
hub / github.com/comaps/comaps / AppendBookmarkIds

Function AppendBookmarkIds

libs/map/search_api.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void AppendBookmarkIds(vector<kml::MarkId> const & marks, vector<bookmarks::Id> & result)
94{
95 result.reserve(result.size() + marks.size());
96 transform(marks.begin(), marks.end(), back_inserter(result), KmlMarkIdToSearchBookmarkId);
97}
98
99class BookmarksSearchCallback
100{

Callers 3

OnBookmarksDeletedMethod · 0.85
OnBookmarksAttachedMethod · 0.85
OnBookmarksDetachedMethod · 0.85

Calls 4

reserveMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected