mirror of
https://github.com/boostorg/property_map.git
synced 2026-01-19 04:22:15 +00:00
Corrected documentation
[SVN r79226]
This commit is contained in:
@@ -175,12 +175,10 @@ Constructor.
|
||||
<hr>
|
||||
|
||||
<pre>
|
||||
reference operator[](difference_type v) const
|
||||
reference operator[](const key_type& v) const
|
||||
</pre>
|
||||
The operator bracket for property access. The <TT>reference</TT> and
|
||||
<TT>difference_type</TT> types are from
|
||||
<TT>std::iterator_traits<Iterator></TT>.
|
||||
|
||||
The operator bracket for property access. The <TT>reference</TT> is from
|
||||
<TT>std::iterator_traits<Iterator></TT> and the <tt>key_type</tt> is from <tt>boost::property_traits<OffsetMap></tt>.
|
||||
<hr>
|
||||
|
||||
<h3>Non-Member functions</h3>
|
||||
|
||||
Reference in New Issue
Block a user