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

Method Algorithm>

include/engine/algorithm.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24// Algorithm names
25template <typename AlgorithmT> const char *name();
26template <> inline const char *name<ch::Algorithm>() { return "CH"; }
27template <> inline const char *name<mld::Algorithm>() { return "MLD"; }
28
29// Algorithm identifier

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected