MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Empty

Method Empty

IntelPresentMon/CommonUtilities/cnr/FixedVector.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 constexpr size_type Capacity() const noexcept { return MaxCapacity; }
116 constexpr size_type MaxSize() const noexcept { return MaxCapacity; }
117 bool Empty() const noexcept { return size_ == 0; }
118
119 void Reserve(size_type count)
120 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected