MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / make_permutation_iterator

Function make_permutation_iterator

include/util/iterator_adapters.hpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160template <typename BaseIt, typename IndexIt>
161inline auto make_permutation_iterator(BaseIt base, IndexIt index_it)
162{
163 return permutation_iterator<BaseIt, IndexIt>(base, index_it);
164}
165
166} // namespace osrm::util
167

Callers 1

MultiLevelGraphMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected