MCPcopy Create free account
hub / github.com/BirolLab/abyss / countof

Function countof

RResolver/RAlgorithmsShort.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template<std::size_t N, class T>
23constexpr std::size_t countof(T(&)[N]) { return N; }
24
25typedef std::map<unsigned int, std::map<unsigned int, Support>> SupportMap;
26typedef std::map<unsigned int, SupportMap> RepeatSupportMap;

Callers 1

resolveRepeatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected