MCPcopy Create free account
hub / github.com/Kitware/CMake / empty

Method empty

Source/cmList.h:387–387  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

385
386 // Capacity
387 bool empty() const noexcept { return this->Values.empty(); }
388 size_type size() const noexcept { return this->Values.size(); }
389
390 // Modifiers

Callers 15

StartQueuedJobMethod · 0.45
testDebugFunction · 0.45
testRSTFunction · 0.45
testUTF8Function · 0.45
mainFunction · 0.45
testDeclarationFunction · 0.45
testChecksFunction · 0.45
testVectorFunction · 0.45
testVectorFilterFunction · 0.45
testMapFunction · 0.45
testMapFilterFunction · 0.45
testConstructDefaultFunction · 0.45

Calls

no outgoing calls

Tested by 15

StartQueuedJobMethod · 0.36
testDebugFunction · 0.36
testRSTFunction · 0.36
testUTF8Function · 0.36
mainFunction · 0.36
testDeclarationFunction · 0.36
testChecksFunction · 0.36
testVectorFunction · 0.36
testVectorFilterFunction · 0.36
testMapFunction · 0.36
testMapFilterFunction · 0.36
testConstructDefaultFunction · 0.36