| 24 | // Algorithm names |
| 25 | template <typename AlgorithmT> const char *name(); |
| 26 | template <> inline const char *name<ch::Algorithm>() { return "CH"; } |
| 27 | template <> inline const char *name<mld::Algorithm>() { return "MLD"; } |
| 28 | |
| 29 | // Algorithm identifier |
nothing calls this directly
no outgoing calls
no test coverage detected