mirror of
https://github.com/boostorg/circular_buffer.git
synced 2026-02-13 00:12:12 +00:00
capacity_control doc update
[SVN r3022]
This commit is contained in:
@@ -61,13 +61,13 @@ public:
|
||||
|
||||
//! Capacity controller of the space optimized circular buffer.
|
||||
/*!
|
||||
<code>
|
||||
struct capacity_control {
|
||||
capacity_control(size_type capacity, size_type min_capacity = 0);
|
||||
size_type m_capacity;
|
||||
size_type m_min_capacity;
|
||||
};
|
||||
</code>
|
||||
<br><code>
|
||||
struct capacity_control {<br>
|
||||
capacity_control(size_type capacity, size_type min_capacity = 0);<br>
|
||||
size_type m_capacity;<br>
|
||||
size_type m_min_capacity;<br>
|
||||
};<br>
|
||||
</code><br>
|
||||
The converting constructor of the <code>capacity_control</code>
|
||||
allows implicit conversion from <code>size_type</code> like types
|
||||
which ensures compatibility of creating an instance of the
|
||||
|
||||
Reference in New Issue
Block a user