#include "platform.h"
#include "exception.h"
#include "array.inl"
Go to the source code of this file.
Namespaces | |
| namespace | neo |
| namespace | neo::core |
Classes | |
| class | neo::core::Array< T > |
| Basic resizable array storage. More... | |
Functions | |
| template<typename T> | |
| void | neo::core::swap (Array< T > &lval, Array< T > &rval) |
| Swap arrays. | |
1.5.1