|
GCC Middle and Back End API Reference
|
#include <vec.h>


Public Member Functions | |
| stack_vec () | |
| ~stack_vec () | |
Private Attributes | |
| vec_prefix | m_header |
| T | m_data [N] |
Friends | |
| class | vec< T, va_heap, vl_ptr > |
stack_vec is a subclass of vec containing N elements of internal storage. You probably only want to allocate this on the stack because if the array ends up being larger or much smaller than N it will be wasting space.
|
private |