asmjit::ArenaVector< T > Class Template Reference [¶]

class asmjit::ArenaVector< T >
Template used to store and manage array of Arena allocated data.
This template has these advantages over other std::vector<>:
- Always non-copyable (designed to be non-copyable, we want it).
- Optimized for working only with POD types.
- Explicit allocation - Arena is not part of the data for improved memory footprint.