Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ operator +
Method
operator +
Libraries/unrar/array.hpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
88
template <class T> inline T* Array<T>::operator +(size_t Pos)
89
{
90
return Buffer+Pos;
91
}
92
93
94
template <class T> inline size_t Array<T>::Size()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected