Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ Add
Method
Add
include/cpp/VirtualArray.h:667–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
665
666
template<typename T>
667
inline VirtualArray VirtualArray::Add(const T &inVal)
668
{
669
mPtr->push(inVal);
670
return *this;
671
}
672
673
674
inline void VirtualArray::setDynamic( const Dynamic &inRHS )
Callers
1
Array
Class · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected