mirror of
https://github.com/boostorg/circular_buffer.git
synced 2026-02-10 23:32:21 +00:00
Template parameters finished.
[SVN r2533]
This commit is contained in:
@@ -20,6 +20,7 @@ namespace boost {
|
||||
\brief Space optimized circular buffer container adaptor.
|
||||
\param T The type of the elements stored in the space optimized circular buffer.
|
||||
\param Alloc The allocator type used for all internal memory management.
|
||||
Default: std::allocator<T>
|
||||
\author <a href="mailto:jano_gaspar[at]yahoo.com">Jan Gaspar</a>
|
||||
\version 1.3
|
||||
\date 2004
|
||||
|
||||
@@ -32,6 +32,7 @@ namespace boost {
|
||||
\brief Circular buffer - a STL compliant container.
|
||||
\param T The type of the elements stored in the circular buffer.
|
||||
\param Alloc The allocator type used for all internal memory management.
|
||||
Default: std::allocator<T>
|
||||
\author <a href="mailto:jano_gaspar[at]yahoo.com">Jan Gaspar</a>
|
||||
\version 3.6
|
||||
\date 2004
|
||||
|
||||
Reference in New Issue
Block a user