struct NodeT { SomeTypeT payload; NodeT * next; };
bool SomeTypeT::operator <
exists
#include <memmory>
shared_ptr<Type> var;
ptrT = make_shared<Type>()
, various see this reference
Item | Array | List |
---|---|---|
Insert an Item | ||
Delete an Item | ||
Find an Item | ||
Copy the Data Structure | ||
Increase size of the Data Structure |