Queue  1.0.0
A C++17 Library of various `queue` containers
circular_queue< T, Alloc >::queue_pointer Struct Reference

pointer with parity More...

#include <circular_queue.h>

Public Member Functions

 queue_pointer (pointer p, bool par)
 

Public Attributes

pointer ptr
 
bool parity
 

Detailed Description

template<class T, class Alloc = std::allocator<T>>
struct circular_queue< T, Alloc >::queue_pointer

pointer with parity


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