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

Method empty

include/util/bit_range.hpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 BitIterator<T> end() const { return BitIterator<T>(0); }
58 std::size_t size() const { return std::popcount(static_cast<std::make_unsigned_t<T>>(value)); }
59 bool empty() const { return value == 0; }
60 std::size_t front() const { return msb(value); }
61 T value;
62};

Callers 15

mainFunction · 0.45
mainFunction · 0.45
init_JSONContainerFunction · 0.45
assign_routeparametersFunction · 0.45
str_to_enumFunction · 0.45
findBasicTurnTypeMethod · 0.45
isSameNameMethod · 0.45
operator()Method · 0.45
augmentMultipleFunction · 0.45
isObviousOfTwoMethod · 0.45

Calls

no outgoing calls