| 83 | __forceinline const_iterator begin() const { return items; }; |
| 84 | |
| 85 | __forceinline iterator end () { return items+size_active; }; |
| 86 | __forceinline const_iterator end () const { return items+size_active; }; |
| 87 | |
| 88 |
nothing calls this directly
no outgoing calls
no test coverage detected