Nebula
|
#include "core/types.h"
#include "system/systeminfo.h"
#include "math/scalar.h"
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | Util::_smallvector< TYPE, STACK_SIZE > |
struct | Util::_smallvector< TYPE, 0 > |
class | Util::Array< TYPE, SMALL_VECTOR_SIZE > |
Nebula's dynamic array class. More... | |
Namespaces | |
namespace | Util |
A pinned array is an array which manages its own virtual memory. | |
Typedefs | |
template<class TYPE , int STACK_SIZE> | |
using | Util::StackArray = Array<TYPE, STACK_SIZE> |