|
cds
1.4.0
|
[type-option] Option setter for user-provided plain buffer More...
#include <cds/opt/buffer.h>
[type-option] Option setter for user-provided plain buffer
This option is used by some container as a random access array for storing container's item; for example, a bounded queue may use this option to define underlying buffer implementation.
The template parameter Type should be rebindable.
Implementations: