MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / MakeIntItems

Function MakeIntItems

test/util/TestIntrusiveTreeSet.cxx:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134template<int... values>
135static constexpr auto
136MakeIntItems(std::integer_sequence<int, values...>) noexcept
137 -> std::array<IntItem, sizeof...(values)>
138{
139 return {values...};
140}
141
142TEST(IntrusiveTreeSet, RandomOrder)
143{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected