MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Array

Method Array

Libraries/unrar/array.hpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48template <class T> Array<T>::Array()
49{
50 CleanData();
51}
52
53
54template <class T> Array<T>::Array(size_t Size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected