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

Method ForEachSynonym

libs/search/query_params.hpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 template <typename Fn>
32 void ForEachSynonym(Fn && fn) const
33 {
34 std::for_each(m_synonyms.begin(), m_synonyms.end(), std::forward<Fn>(fn));
35 }
36
37 template <typename Fn>
38 void ForOriginalAndSynonyms(Fn && fn) const

Callers 2

GetTopLocalitiesMethod · 0.45
FillRequestFromTokenFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected