described headers in docs; added move in operator>>

This commit is contained in:
Andrzej Krzemienski
2015-03-09 21:56:25 +01:00
parent 0a8a798c3a
commit 6e40825098
21 changed files with 3294 additions and 2695 deletions

View File

@ -88,8 +88,16 @@ This is how you solve it with `boost::optional`:
[include 19_type_requirements.qbk]
[include 1A_on_performance.qbk]
[endsect]
[section Reference]
[include 20_reference.qbk]
[section:reference Reference]
[include 21_ref_none.qbk]
[include 22_ref_bad_optional_access.qbk]
[include 23_ref_optional_io.qbk]
[include 24_ref_optional_fwd.qbk]
[section Header <boost/optional/optional.hpp>]
[include 27_ref_optional_synopsis.qbk]
[include 28_ref_optional_semantics.qbk]
[endsect]
[include 29_ref_optional_convenience.qbk]
[endsect]
[include 90_dependencies.qbk]
[include 91_relnotes.qbk]