MySQL 8.4.0
Source Code Documentation
bounded_queue.h File Reference
#include "my_base.h"
#include "my_sys.h"
#include "mysys_err.h"
#include "priority_queue.h"
#include "sql/malloc_allocator.h"

Go to the source code of this file.

Classes

class  Bounded_queue< Element_type, Key_type, Key_generator, Key_compare >
 A priority queue with a fixed, limited size. More...