mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Added a paragraph for Bind
[SVN r30303]
This commit is contained in:
parent
0212005d2a
commit
1cd2cf5d72
1 changed files with 11 additions and 0 deletions
11
index.htm
11
index.htm
|
@ -182,6 +182,17 @@
|
|||
<code>cref_list_of()</code> for generating
|
||||
anonymous ranges.</li>
|
||||
|
||||
<li>
|
||||
<span class="library"><a href=
|
||||
"libs/bind/bind.html">Bind Library</a>:</span>
|
||||
|
||||
Bind expressions now support
|
||||
<a href="libs/bind/bind.html#operators">
|
||||
comparisons and negation</a>. Example: <code>
|
||||
bind(&X::name, _1) < bind(&X::name,
|
||||
_2)</code>.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="library"><a href=
|
||||
"doc/html/date_time.html">Date-Time
|
||||
|
|
Loading…
Add table
Reference in a new issue