V8 Project
v8::internal::ZoneQueue< T > Class Template Reference

#include <zone-containers.h>

+ Inheritance diagram for v8::internal::ZoneQueue< T >:
+ Collaboration diagram for v8::internal::ZoneQueue< T >:

Public Member Functions

 ZoneQueue (Zone *zone)
 

Detailed Description

template<typename T>
class v8::internal::ZoneQueue< T >

Definition at line 45 of file zone-containers.h.

Constructor & Destructor Documentation

◆ ZoneQueue()

template<typename T >
v8::internal::ZoneQueue< T >::ZoneQueue ( Zone zone)
inlineexplicit

Definition at line 48 of file zone-containers.h.

49  : std::queue<T, std::deque<T, zone_allocator<T> > >(
50  std::deque<T, zone_allocator<T> >(zone_allocator<T>(zone))) {}

The documentation for this class was generated from the following file: