cds
2.3.2
|
Bounded container. More...
#include <cds/details/bounded_container.h>
Bounded container.
If a container has upper limit of item then it should be based on bounded_container class. Example of those containers: cyclic queue (cds::container::VyukovMPMCCycleQueue
)