MCPcopy Create free account
hub / github.com/adriancable/eternal / cend

Method cend

doom/src/tarray.h:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 return &Array[Count];
108 }
109 const_iterator cend() const
110 {
111 return &Array[Count];
112 }
113
114
115

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected