data-structures-c
Loading...
Searching...
No Matches
fpqueue_element Struct Reference

Generated priority queue element struct type for a given VALUE_TYPE. More...

#include <fpqueue.h>

Public Attributes

uint32_t priority
 Element priority (highest is next to-be-popped).
 
VALUE_TYPE value
 Element value member.
 

Detailed Description

Generated priority queue element struct type for a given VALUE_TYPE.


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