MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Fill

Method Fill

SampleFramework12/v1.00/Containers.h:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void Fill(T value)
132 {
133 for(uint64 i = 0; i < size; ++i)
134 data[i] = value;
135 }
136};
137
138template<typename T> class FixedList

Callers 2

InitMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected