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

constant pointer with parity More...

#include <circular_queue.h>

Public Member Functions

 const_queue_pointer (pointer p, bool par)
 

Public Attributes

const_pointer ptr
 
bool parity
 

Detailed Description

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

constant pointer with parity


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