MCPcopy Create free account
hub / github.com/SpartanJ/eepp / get

Method get

include/eepp/system/scopedbuffer.hpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94template <typename T> T* TScopedBuffer<T>::get() const {
95 return mData;
96}
97
98template <typename T> const std::size_t& TScopedBuffer<T>::size() const {
99 return mSize;

Callers 3

UIPropertyClass · 0.45
getModelFunction · 0.45
bindFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected