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

Function getClassIndexes

include/extractor/class_data.hpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22inline bool isSubset(const ClassData lhs, const ClassData rhs) { return (lhs & rhs) == lhs; }
23
24inline auto getClassIndexes(const ClassData data) { return util::makeBitRange<ClassData>(data); }
25
26inline auto getClassData(const std::size_t index)
27{

Callers 2

SetClassNamesFunction · 0.85
GetClassesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected