1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Part I. The Boost C++ Libraries (BoostBook Subset)</title> 6<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 10<link rel="prev" href="about.html" title="What's Included in This Document"> 11<link rel="next" href="accumulators.html" title="Chapter 1. Boost.Accumulators"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> 16<td align="center"><a href="../../index.html">Home</a></td> 17<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="about.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="accumulators.html"><img src="../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="part"> 27<div class="titlepage"><div><div><h1 class="title"> 28<a name="libraries"></a>Part I. The Boost C++ Libraries (BoostBook Subset)</h1></div></div></div> 29<div class="toc"> 30<p><b>Table of Contents</b></p> 31<dl class="toc"> 32<dt><span class="chapter"><a href="accumulators.html">1. Boost.Accumulators</a></span></dt> 33<dd><dl> 34<dt><span class="section"><a href="accumulators.html#accumulators.preface">Preface</a></span></dt> 35<dt><span class="section"><a href="accumulators/user_s_guide.html">User's Guide</a></span></dt> 36<dt><span class="section"><a href="accumulators/acknowledgements.html">Acknowledgements</a></span></dt> 37<dt><span class="section"><a href="accumulators/reference.html">Reference</a></span></dt> 38</dl></dd> 39<dt><span class="chapter"><a href="string_algo.html">2. Boost String Algorithms Library</a></span></dt> 40<dd><dl> 41<dt><span class="section"><a href="string_algo.html#string_algo.intro">Introduction</a></span></dt> 42<dt><span class="section"><a href="string_algo/release_notes.html">Release Notes</a></span></dt> 43<dt><span class="section"><a href="string_algo/usage.html">Usage</a></span></dt> 44<dt><span class="section"><a href="string_algo/quickref.html">Quick Reference</a></span></dt> 45<dt><span class="section"><a href="string_algo/design.html">Design Topics</a></span></dt> 46<dt><span class="section"><a href="string_algo/concept.html">Concepts</a></span></dt> 47<dt><span class="section"><a href="string_algo/reference.html">Reference</a></span></dt> 48<dt><span class="section"><a href="string_algo/rationale.html">Rationale</a></span></dt> 49<dt><span class="section"><a href="string_algo/env.html">Environment</a></span></dt> 50<dt><span class="section"><a href="string_algo/credits.html">Credits</a></span></dt> 51</dl></dd> 52<dt><span class="chapter"><a href="align.html">3. Boost.Align</a></span></dt> 53<dd><dl> 54<dt><span class="section"><a href="align.html#align.introduction">Introduction</a></span></dt> 55<dt><span class="section"><a href="align/rationale.html">Rationale</a></span></dt> 56<dt><span class="section"><a href="align/examples.html">Examples</a></span></dt> 57<dt><span class="section"><a href="align/reference.html">Reference</a></span></dt> 58<dt><span class="section"><a href="align/vocabulary.html">Vocabulary</a></span></dt> 59<dt><span class="section"><a href="align/compatibility.html">Compatibility</a></span></dt> 60<dt><span class="section"><a href="align/acknowledgments.html">Acknowledgments</a></span></dt> 61<dt><span class="section"><a href="align/history.html">History</a></span></dt> 62</dl></dd> 63<dt><span class="chapter"><a href="any.html">4. Boost.Any</a></span></dt> 64<dd><dl> 65<dt><span class="section"><a href="any.html#id-1.3.5.3">Introduction</a></span></dt> 66<dt><span class="section"><a href="any/s02.html">Examples</a></span></dt> 67<dt><span class="section"><a href="any/reference.html">Reference</a></span></dt> 68<dt><span class="section"><a href="any/s04.html">Acknowledgements</a></span></dt> 69</dl></dd> 70<dt><span class="chapter"><a href="array.html">5. Boost.Array</a></span></dt> 71<dd><dl> 72<dt><span class="section"><a href="array.html#array.intro">Introduction</a></span></dt> 73<dt><span class="section"><a href="array/reference.html">Reference</a></span></dt> 74<dt><span class="section"><a href="array/rationale.html">Design Rationale</a></span></dt> 75<dt><span class="section"><a href="array/more/info.html">For more information...</a></span></dt> 76<dt><span class="section"><a href="array/ack.html">Acknowledgements</a></span></dt> 77</dl></dd> 78<dt><span class="chapter"><a href="atomic.html">6. Boost.Atomic</a></span></dt> 79<dd><dl> 80<dt><span class="section"><a href="atomic.html#atomic.introduction">Introduction</a></span></dt> 81<dt><span class="section"><a href="atomic/thread_coordination.html">Thread coordination using Boost.Atomic</a></span></dt> 82<dt><span class="section"><a href="atomic/interface.html">Programming interfaces</a></span></dt> 83<dt><span class="section"><a href="atomic/usage_examples.html">Usage examples</a></span></dt> 84<dt><span class="section"><a href="atomic/limitations.html">Limitations</a></span></dt> 85<dt><span class="section"><a href="atomic/porting.html">Porting</a></span></dt> 86</dl></dd> 87<dt><span class="chapter"><a href="chrono.html">7. Boost.Chrono 2.0.8</a></span></dt> 88<dd><dl> 89<dt><span class="section"><a href="chrono.html#chrono.overview">Overview</a></span></dt> 90<dt><span class="section"><a href="chrono/users_guide.html">User's Guide</a></span></dt> 91<dt><span class="section"><a href="chrono/reference.html">Reference </a></span></dt> 92<dt><span class="section"><a href="chrono/appendices.html">Appendices</a></span></dt> 93</dl></dd> 94<dt><span class="chapter"><a href="circular_buffer.html">8. Boost.Circular Buffer</a></span></dt> 95<dd><dl> 96<dt><span class="section"><a href="circular_buffer.html#circular_buffer.intro">Introduction</a></span></dt> 97<dt><span class="section"><a href="circular_buffer/example.html">Circular_buffer example</a></span></dt> 98<dt><span class="section"><a href="circular_buffer/rationale.html">Rationale</a></span></dt> 99<dt><span class="section"><a href="circular_buffer/implementation.html">Implementation </a></span></dt> 100<dt><span class="section"><a href="circular_buffer/examples.html">More Examples</a></span></dt> 101<dt><span class="section"><a href="circular_buffer/headers.html">Header Files</a></span></dt> 102<dt><span class="section"><a href="circular_buffer/concepts.html">Modelled Concepts</a></span></dt> 103<dt><span class="section"><a href="circular_buffer/template_params.html">Template Parameters</a></span></dt> 104<dt><span class="section"><a href="circular_buffer/tickets.html">Trac Tickets</a></span></dt> 105<dt><span class="section"><a href="circular_buffer/release.html">Release Notes</a></span></dt> 106<dt><span class="section"><a href="circular_buffer/acknowledgements.html">Acknowledgements</a></span></dt> 107<dt><span class="section"><a href="circular_buffer/version_id.html">Documentation Version Info</a></span></dt> 108<dt><span class="section"><a href="boost_circular_buffer_c___reference.html">Boost.Circular_buffer C++ Reference</a></span></dt> 109<dt><span class="section"><a href="circular_buffer/s14.html">Index</a></span></dt> 110</dl></dd> 111<dt><span class="chapter"><a href="container.html">9. Boost.Container</a></span></dt> 112<dd><dl> 113<dt><span class="section"><a href="container.html#container.intro">Introduction</a></span></dt> 114<dt><span class="section"><a href="container/main_features.html">Main features</a></span></dt> 115<dt><span class="section"><a href="container/exception_handling.html">Boost.Container and C++ exceptions</a></span></dt> 116<dt><span class="section"><a href="container/non_standard_containers.html">Non-standard containers</a></span></dt> 117<dt><span class="section"><a href="container/extended_functionality.html">Extended functionality: 118 Basic extensions</a></span></dt> 119<dt><span class="section"><a href="container/configurable_containers.html">Extended functionality: 120 Configurable containers</a></span></dt> 121<dt><span class="section"><a href="container/extended_allocators.html">Extended functionality: 122 Extended allocators</a></span></dt> 123<dt><span class="section"><a href="container/cpp_conformance.html">C++11/C++14/C++17 Conformance</a></span></dt> 124<dt><span class="section"><a href="container/known_issues.html">Known Issues</a></span></dt> 125<dt><span class="section"><a href="container/history_and_reasons.html">History and reasons to use 126 Boost.Container</a></span></dt> 127<dt><span class="section"><a href="container/index.html">Indexes</a></span></dt> 128<dt><span class="section"><a href="boost_container_header_reference.html">Boost.Container Header Reference</a></span></dt> 129<dt><span class="section"><a href="container/acknowledgements_notes.html">Acknowledgements, notes 130 and links</a></span></dt> 131<dt><span class="section"><a href="container/release_notes.html">Release Notes</a></span></dt> 132</dl></dd> 133<dt><span class="chapter"><a href="hash.html">10. Boost.ContainerHash</a></span></dt> 134<dd><dl> 135<dt><span class="section"><a href="hash.html#hash.intro">Introduction</a></span></dt> 136<dt><span class="section"><a href="hash/tutorial.html">Tutorial</a></span></dt> 137<dt><span class="section"><a href="hash/custom.html">Extending boost::hash for a custom data type</a></span></dt> 138<dt><span class="section"><a href="hash/combine.html">Combining hash values</a></span></dt> 139<dt><span class="section"><a href="hash/portability.html">Portability</a></span></dt> 140<dt><span class="section"><a href="hash/disable.html">Disabling The Extensions</a></span></dt> 141<dt><span class="section"><a href="hash/changes.html">Change Log</a></span></dt> 142<dt><span class="section"><a href="hash/rationale.html">Rationale</a></span></dt> 143<dt><span class="section"><a href="hash/reference.html">Reference</a></span></dt> 144<dt><span class="section"><a href="hash/links.html">Links</a></span></dt> 145<dt><span class="section"><a href="hash/acknowledgements.html">Acknowledgements</a></span></dt> 146</dl></dd> 147<dt><span class="chapter"><a href="conversion.html">11. The Conversion Library 1.7</a></span></dt> 148<dd><dl> 149<dt><span class="section"><a href="conversion.html#conversion.description">Description</a></span></dt> 150<dt><span class="section"><a href="conversion/polymorphic_casts.html">Polymorphic casts</a></span></dt> 151<dt><span class="section"><a href="conversion/synopsis.html">Synopsis</a></span></dt> 152<dt><span class="section"><a href="conversion/history.html">History</a></span></dt> 153</dl></dd> 154<dt><span class="chapter"><a href="crc.html">12. Boost.CRC 1.5</a></span></dt> 155<dd><dl> 156<dt><span class="section"><a href="crc.html#crc.motivation">What is Boost.CRC?</a></span></dt> 157<dt><span class="section"><a href="crc/introduction.html">Introduction</a></span></dt> 158<dt><span class="section"><a href="crc/crc_basic.html">Theoretical CRC Computer</a></span></dt> 159<dt><span class="section"><a href="crc/crc_optimal.html">Optimized CRC Computer</a></span></dt> 160<dt><span class="section"><a href="crc/crc_function.html">CRC Function</a></span></dt> 161<dt><span class="section"><a href="crc/acrc_function.html">Augmented-CRC Function</a></span></dt> 162<dt><span class="section"><a href="crc/crc_samples.html">Pre-Defined CRC Samples</a></span></dt> 163<dt><span class="section"><a href="crc/end.html">End Matter</a></span></dt> 164<dt><span class="section"><a href="crc/reference.html">Reference</a></span></dt> 165</dl></dd> 166<dt><span class="chapter"><a href="date_time.html">13. Boost.Date_Time</a></span></dt> 167<dd><dl> 168<dt><span class="section"><a href="date_time.html#date_time.conceptual">Conceptual</a></span></dt> 169<dt><span class="section"><a href="date_time/examples/general_usage_examples.html">General Usage Examples</a></span></dt> 170<dt><span class="section"><a href="date_time/gregorian.html">Gregorian</a></span></dt> 171<dt><span class="section"><a href="date_time/posix_time.html">Posix Time</a></span></dt> 172<dt><span class="section"><a href="date_time/local_time.html">Local Time</a></span></dt> 173<dt><span class="section"><a href="date_time/date_time_io.html">Date Time Input/Output</a></span></dt> 174<dt><span class="section"><a href="date_time/serialization.html">Serialization</a></span></dt> 175<dt><span class="section"><a href="date_time/details.html">Details</a></span></dt> 176<dt><span class="section"><a href="date_time/examples.html">Examples</a></span></dt> 177<dt><span class="section"><a href="date_time/doxy.html">Library Reference</a></span></dt> 178</dl></dd> 179<dt><span class="chapter"><a href="boost_dll.html">14. Boost.DLL</a></span></dt> 180<dd><dl> 181<dt><span class="section"><a href="boost_dll.html#boost_dll.introduction">Motivation</a></span></dt> 182<dt><span class="section"><a href="boost_dll/getting_started.html">Getting started</a></span></dt> 183<dt><span class="section"><a href="boost_dll/tutorial.html">Tutorial</a></span></dt> 184<dt><span class="section"><a href="boost_dll/mangled_import.html">Mangled Import</a></span></dt> 185<dt><span class="section"><a href="boost_dll/missuses.html">Missuses</a></span></dt> 186<dt><span class="section"><a href="boost_dll/reference.html">Reference</a></span></dt> 187<dt><span class="section"><a href="boost_dll/limitations.html">Limitations</a></span></dt> 188<dt><span class="section"><a href="boost_dll/f_a_q_.html">F.A.Q.</a></span></dt> 189<dt><span class="section"><a href="boost_dll/design_rationale.html">Design Rationale</a></span></dt> 190<dt><span class="section"><a href="boost_dll/dependencies.html">Dependencies</a></span></dt> 191<dt><span class="section"><a href="boost_dll/revision_history.html">Revision History</a></span></dt> 192<dt><span class="section"><a href="boost_dll/acknowledgements.html">Acknowledgements</a></span></dt> 193</dl></dd> 194<dt><span class="chapter"><a href="foreach.html">15. Boost.Foreach</a></span></dt> 195<dd><dl> 196<dt><span class="section"><a href="foreach.html#foreach.introduction">Introduction</a></span></dt> 197<dt><span class="section"><a href="foreach/extensibility.html">Extensibility</a></span></dt> 198<dt><span class="section"><a href="foreach/portability.html">Portability</a></span></dt> 199<dt><span class="section"><a href="foreach/pitfalls.html">Pitfalls</a></span></dt> 200<dt><span class="section"><a href="foreach/history_and_acknowledgements.html">History and Acknowledgements</a></span></dt> 201</dl></dd> 202<dt><span class="chapter"><a href="function.html">16. Boost.Function</a></span></dt> 203<dd><dl> 204<dt><span class="section"><a href="function.html#function.intro">Introduction</a></span></dt> 205<dt><span class="section"><a href="function/history.html">History & Compatibility Notes</a></span></dt> 206<dt><span class="section"><a href="function/tutorial.html">Tutorial</a></span></dt> 207<dt><span class="section"><a href="function/reference.html">Reference</a></span></dt> 208<dt><span class="section"><a href="function/faq.html">Frequently Asked Questions</a></span></dt> 209<dt><span class="section"><a href="function/misc.html">Miscellaneous Notes</a></span></dt> 210<dt><span class="section"><a href="function/testsuite.html">Testsuite</a></span></dt> 211</dl></dd> 212<dt><span class="chapter"><a href="heap.html">17. Boost.Heap</a></span></dt> 213<dd><dl> 214<dt><span class="section"><a href="heap.html#heap.introduction___motivation">Introduction & Motivation</a></span></dt> 215<dt><span class="section"><a href="heap/concepts.html">Concepts & Interface</a></span></dt> 216<dt><span class="section"><a href="heap/data_structures.html">Data Structures</a></span></dt> 217<dt><span class="section"><a href="heap/reference.html">Reference</a></span></dt> 218<dt><span class="section"><a href="heap/acknowledgements.html">Acknowledgements</a></span></dt> 219</dl></dd> 220<dt><span class="chapter"><a href="interprocess.html">18. Boost.Interprocess</a></span></dt> 221<dd><dl> 222<dt><span class="section"><a href="interprocess.html#interprocess.intro">Introduction</a></span></dt> 223<dt><span class="section"><a href="interprocess/quick_guide.html">Quick Guide for the Impatient</a></span></dt> 224<dt><span class="section"><a href="interprocess/some_basic_explanations.html">Some basic explanations</a></span></dt> 225<dt><span class="section"><a href="interprocess/sharedmemorybetweenprocesses.html">Sharing memory 226 between processes</a></span></dt> 227<dt><span class="section"><a href="interprocess/offset_ptr.html">Mapping Address Independent Pointer: 228 offset_ptr</a></span></dt> 229<dt><span class="section"><a href="interprocess/synchronization_mechanisms.html">Synchronization 230 mechanisms</a></span></dt> 231<dt><span class="section"><a href="interprocess/managed_memory_segments.html">Managed Memory Segments</a></span></dt> 232<dt><span class="section"><a href="interprocess/allocators_containers.html">Allocators, containers 233 and memory allocation algorithms</a></span></dt> 234<dt><span class="section"><a href="interprocess/memory_algorithms.html">Memory allocation algorithms</a></span></dt> 235<dt><span class="section"><a href="interprocess/streams.html">Direct iostream formatting: vectorstream 236 and bufferstream</a></span></dt> 237<dt><span class="section"><a href="interprocess/interprocess_smart_ptr.html">Ownership smart pointers</a></span></dt> 238<dt><span class="section"><a href="interprocess/architecture.html">Architecture and internals</a></span></dt> 239<dt><span class="section"><a href="interprocess/customizing_interprocess.html">Customizing Boost.Interprocess</a></span></dt> 240<dt><span class="section"><a href="interprocess/acknowledgements_notes.html">Acknowledgements, 241 notes and links</a></span></dt> 242<dt><span class="section"><a href="interprocess/indexes_reference.html">Indexes and Reference</a></span></dt> 243</dl></dd> 244<dt><span class="chapter"><a href="intrusive.html">19. Boost.Intrusive</a></span></dt> 245<dd><dl> 246<dt><span class="section"><a href="intrusive.html#intrusive.introduction">Introduction</a></span></dt> 247<dt><span class="section"><a href="intrusive/intrusive_vs_nontrusive.html">Intrusive and non-intrusive 248 containers</a></span></dt> 249<dt><span class="section"><a href="intrusive/usage.html">How to use Boost.Intrusive</a></span></dt> 250<dt><span class="section"><a href="intrusive/usage_when.html">When to use?</a></span></dt> 251<dt><span class="section"><a href="intrusive/concepts_summary.html">Concept summary</a></span></dt> 252<dt><span class="section"><a href="intrusive/presenting_containers.html">Presenting Boost.Intrusive 253 containers</a></span></dt> 254<dt><span class="section"><a href="intrusive/safe_hook.html">Safe hooks</a></span></dt> 255<dt><span class="section"><a href="intrusive/auto_unlink_hooks.html">Auto-unlink hooks</a></span></dt> 256<dt><span class="section"><a href="intrusive/slist.html">Intrusive singly linked list: slist</a></span></dt> 257<dt><span class="section"><a href="intrusive/list.html">Intrusive doubly linked list: list</a></span></dt> 258<dt><span class="section"><a href="intrusive/set_multiset.html">Intrusive associative containers: 259 set, multiset, rbtree</a></span></dt> 260<dt><span class="section"><a href="intrusive/unordered_set_unordered_multiset.html">Semi-Intrusive 261 unordered associative containers: unordered_set, unordered_multiset</a></span></dt> 262<dt><span class="section"><a href="intrusive/map_multimap.html">Map and multimap-like interface 263 for associative containers</a></span></dt> 264<dt><span class="section"><a href="intrusive/avl_set_multiset.html">Intrusive avl tree based associative 265 containers: avl_set, avl_multiset and avltree</a></span></dt> 266<dt><span class="section"><a href="intrusive/splay_set_multiset.html">Intrusive splay tree based 267 associative containers: splay_set, splay_multiset and , splay_tree</a></span></dt> 268<dt><span class="section"><a href="intrusive/sg_set_multiset.html">Intrusive scapegoat tree based 269 associative containers: sg_set, sg_multiset and sgtree</a></span></dt> 270<dt><span class="section"><a href="intrusive/treap_set_multiset.html">Intrusive treap based associative 271 containers: treap_set, treap_multiset and treap</a></span></dt> 272<dt><span class="section"><a href="intrusive/bst_hooks.html">Binary search tree hooks: bs_set_base_hook 273 and bs_set_member_hook</a></span></dt> 274<dt><span class="section"><a href="intrusive/advanced_lookups_insertions.html">Advanced lookup 275 and insertion functions for associative containers</a></span></dt> 276<dt><span class="section"><a href="intrusive/erasing_and_disposing.html">Erasing and disposing 277 values from Boost.Intrusive containers</a></span></dt> 278<dt><span class="section"><a href="intrusive/clone_from.html">Cloning Boost.Intrusive containers</a></span></dt> 279<dt><span class="section"><a href="intrusive/function_hooks.html">Using function hooks</a></span></dt> 280<dt><span class="section"><a href="intrusive/recursive.html">Recursive Boost.Intrusive containers</a></span></dt> 281<dt><span class="section"><a href="intrusive/using_smart_pointers.html">Using smart pointers with 282 Boost.Intrusive containers</a></span></dt> 283<dt><span class="section"><a href="intrusive/obtaining_iterators_from_values.html">Obtaining iterators 284 from values</a></span></dt> 285<dt><span class="section"><a href="intrusive/any_hooks.html">Any Hooks: A single hook for any Intrusive 286 container</a></span></dt> 287<dt><span class="section"><a href="intrusive/concepts.html">Concepts explained</a></span></dt> 288<dt><span class="section"><a href="intrusive/node_algorithms.html">Node algorithms with custom 289 NodeTraits</a></span></dt> 290<dt><span class="section"><a href="intrusive/value_traits.html">Containers with custom ValueTraits</a></span></dt> 291<dt><span class="section"><a href="intrusive/thread_safety.html">Thread safety guarantees</a></span></dt> 292<dt><span class="section"><a href="intrusive/boost_intrusive_iterators.html">Boost.Intrusive Iterator 293 features</a></span></dt> 294<dt><span class="section"><a href="intrusive/equal_range_stability.html">Stability and insertion 295 with hint in ordered associative containers with equivalent keys</a></span></dt> 296<dt><span class="section"><a href="intrusive/obtaining_same_type_reducing_space.html">Obtaining 297 the same types and reducing symbol length</a></span></dt> 298<dt><span class="section"><a href="intrusive/design_notes.html">Design Notes</a></span></dt> 299<dt><span class="section"><a href="intrusive/performance.html">Performance</a></span></dt> 300<dt><span class="section"><a href="intrusive/release_notes.html">Release Notes</a></span></dt> 301<dt><span class="section"><a href="intrusive/references.html">References</a></span></dt> 302<dt><span class="section"><a href="intrusive/acknowledgements.html">Acknowledgements</a></span></dt> 303<dt><span class="section"><a href="intrusive/index.html">Indexes</a></span></dt> 304<dt><span class="section"><a href="intrusive/reference.html">Reference</a></span></dt> 305</dl></dd> 306<dt><span class="chapter"><a href="lambda.html">20. Boost.Lambda</a></span></dt> 307<dd><dl> 308<dt><span class="section"><a href="lambda.html#introduction">In a nutshell</a></span></dt> 309<dt><span class="section"><a href="lambda/getting_started.html">Getting Started</a></span></dt> 310<dt><span class="section"><a href="lambda/s03.html">Introduction</a></span></dt> 311<dt><span class="section"><a href="lambda/using_library.html">Using the library</a></span></dt> 312<dt><span class="section"><a href="lambda/le_in_details.html">Lambda expressions in details</a></span></dt> 313<dt><span class="section"><a href="lambda/extending.html">Extending return type deduction system</a></span></dt> 314<dt><span class="section"><a href="lambda/s07.html">Practical considerations</a></span></dt> 315<dt><span class="section"><a href="lambda/s08.html">Relation to other Boost libraries</a></span></dt> 316<dt><span class="section"><a href="lambda/s09.html">Contributors</a></span></dt> 317<dt><span class="section"><a href="lambda/s10.html">Rationale for some of the design decisions</a></span></dt> 318<dt><span class="bibliography"><a href="lambda.html#id-1.3.21.13">Bibliography</a></span></dt> 319</dl></dd> 320<dt><span class="chapter"><a href="boost_lexical_cast.html">21. Boost.Lexical_Cast 1.0</a></span></dt> 321<dd><dl> 322<dt><span class="section"><a href="boost_lexical_cast.html#boost_lexical_cast.motivation">Motivation</a></span></dt> 323<dt><span class="section"><a href="boost_lexical_cast/examples.html">Examples</a></span></dt> 324<dt><span class="section"><a href="boost_lexical_cast/synopsis.html">Synopsis</a></span></dt> 325<dt><span class="section"><a href="boost_lexical_cast/frequently_asked_questions.html">Frequently 326 Asked Questions</a></span></dt> 327<dt><span class="section"><a href="boost_lexical_cast/changes.html">Changes</a></span></dt> 328<dt><span class="section"><a href="boost_lexical_cast/performance.html">Performance</a></span></dt> 329</dl></dd> 330<dt><span class="chapter"><a href="lockfree.html">22. Boost.Lockfree</a></span></dt> 331<dd><dl> 332<dt><span class="section"><a href="lockfree.html#lockfree.introduction___motivation">Introduction & 333 Motivation</a></span></dt> 334<dt><span class="section"><a href="lockfree/examples.html">Examples</a></span></dt> 335<dt><span class="section"><a href="lockfree/rationale.html">Rationale</a></span></dt> 336<dt><span class="section"><a href="lockfree/reference.html">Reference</a></span></dt> 337<dt><span class="section"><a href="lockfree/appendices.html">Appendices</a></span></dt> 338</dl></dd> 339<dt><span class="chapter"><a href="tribool.html">23. Boost.Tribool</a></span></dt> 340<dd><dl> 341<dt><span class="section"><a href="tribool.html#tribool.introduction">Introduction</a></span></dt> 342<dt><span class="section"><a href="tribool/tutorial.html">Tutorial</a></span></dt> 343<dt><span class="section"><a href="tribool/reference.html">Reference</a></span></dt> 344<dt><span class="section"><a href="tribool/tests.html">Testsuite</a></span></dt> 345</dl></dd> 346<dt><span class="chapter"><a href="metaparse.html">24. Boost.Metaparse</a></span></dt> 347<dd><dl> 348<dt><span class="section"><a href="metaparse.html#metaparse.description">Description</a></span></dt> 349<dt><span class="section"><a href="metaparse/related_publications_and_blogs.html">Related publications 350 and blogs</a></span></dt> 351<dt><span class="section"><a href="metaparse/preface.html">Preface</a></span></dt> 352<dt><span class="section"><a href="metaparse/getting_started_with_boost_metap.html">Getting 353 started with Boost.Metaparse</a></span></dt> 354<dt><span class="section"><a href="metaparse/user_manual.html">User manual</a></span></dt> 355<dt><span class="section"><a href="metaparse/versioning.html">Versioning</a></span></dt> 356<dt><span class="section"><a href="metaparse/performance.html">Performance</a></span></dt> 357<dt><span class="section"><a href="metaparse/the_design_of_the_library.html">The design of the 358 library</a></span></dt> 359<dt><span class="section"><a href="metaparse/reference.html">Reference</a></span></dt> 360</dl></dd> 361<dt><span class="chapter"><a href="move.html">25. Boost.Move</a></span></dt> 362<dd><dl> 363<dt><span class="section"><a href="move.html#move.tested_compilers">Tested compilers</a></span></dt> 364<dt><span class="section"><a href="move/what_is_boost_move.html">What is Boost.Move?</a></span></dt> 365<dt><span class="section"><a href="move/introduction.html">Introduction</a></span></dt> 366<dt><span class="section"><a href="move/implementing_movable_classes.html">Implementing copyable 367 and movable classes</a></span></dt> 368<dt><span class="section"><a href="move/composition_inheritance.html">Composition or inheritance</a></span></dt> 369<dt><span class="section"><a href="move/movable_only_classes.html">Movable but Non-Copyable Types</a></span></dt> 370<dt><span class="section"><a href="move/move_and_containers.html">Containers and move semantics</a></span></dt> 371<dt><span class="section"><a href="move/construct_forwarding.html">Constructor Forwarding</a></span></dt> 372<dt><span class="section"><a href="move/move_return.html">Implicit Move when returning a local 373 object</a></span></dt> 374<dt><span class="section"><a href="move/move_iterator.html">Move iterators</a></span></dt> 375<dt><span class="section"><a href="move/move_inserters.html">Move inserters</a></span></dt> 376<dt><span class="section"><a href="move/move_algorithms.html">Move algorithms</a></span></dt> 377<dt><span class="section"><a href="move/emulation_limitations.html">Emulation limitations</a></span></dt> 378<dt><span class="section"><a href="move/how_the_library_works.html">How the library works</a></span></dt> 379<dt><span class="section"><a href="move/thanks_to.html">Thanks and credits</a></span></dt> 380<dt><span class="section"><a href="move/release_notes.html">Release Notes</a></span></dt> 381<dt><span class="section"><a href="move/reference.html">Reference</a></span></dt> 382</dl></dd> 383<dt><span class="chapter"><a href="mpi.html">26. Boost.MPI</a></span></dt> 384<dd><dl> 385<dt><span class="section"><a href="mpi.html#mpi.introduction">Introduction</a></span></dt> 386<dt><span class="section"><a href="mpi/getting_started.html">Getting started</a></span></dt> 387<dt><span class="section"><a href="mpi/tutorial.html">Tutorial</a></span></dt> 388<dt><span class="section"><a href="mpi/c_mapping.html">Mapping from C MPI to Boost.MPI</a></span></dt> 389<dt><span class="section"><a href="mpi/reference.html">Reference</a></span></dt> 390<dt><span class="section"><a href="mpi/python.html">Python Bindings</a></span></dt> 391<dt><span class="section"><a href="mpi/design.html">Design Philosophy</a></span></dt> 392<dt><span class="section"><a href="mpi/performance.html">Performance Evaluation</a></span></dt> 393<dt><span class="section"><a href="mpi/history.html">Revision History</a></span></dt> 394<dt><span class="section"><a href="mpi/acknowledge.html">Acknowledgments</a></span></dt> 395</dl></dd> 396<dt><span class="chapter"><a href="multi_array.html">27. Boost.MultiArray Reference Manual</a></span></dt> 397<dd><dl> 398<dt><span class="sect1"><a href="multi_array.html#synopsis">Library Synopsis</a></span></dt> 399<dt><span class="sect1"><a href="MultiArray.html">MultiArray Concept</a></span></dt> 400<dt><span class="sect1"><a href="array_types.html">Array Components</a></span></dt> 401<dt><span class="sect1"><a href="auxiliary.html">Auxiliary Components</a></span></dt> 402</dl></dd> 403<dt><span class="chapter"><a href="poly_collection.html">28. Boost.PolyCollection</a></span></dt> 404<dd><dl> 405<dt><span class="section"><a href="poly_collection.html#poly_collection.introduction">Introduction</a></span></dt> 406<dt><span class="section"><a href="poly_collection/an_efficient_polymorphic_data_st.html">An efficient 407 polymorphic data structure</a></span></dt> 408<dt><span class="section"><a href="poly_collection/tutorial.html">Tutorial</a></span></dt> 409<dt><span class="section"><a href="poly_collection/performance.html">Performance</a></span></dt> 410<dt><span class="section"><a href="poly_collection/reference.html">Reference</a></span></dt> 411<dt><span class="section"><a href="poly_collection/future_work.html">Future work</a></span></dt> 412<dt><span class="section"><a href="poly_collection/release_notes.html">Release notes</a></span></dt> 413<dt><span class="section"><a href="poly_collection/acknowledgments.html">Acknowledgments</a></span></dt> 414</dl></dd> 415<dt><span class="chapter"><a href="process.html">29. Boost.Process</a></span></dt> 416<dd><dl> 417<dt><span class="section"><a href="process.html#boost_process.introduction">Introduction</a></span></dt> 418<dt><span class="section"><a href="boost_process/concepts.html">Concepts</a></span></dt> 419<dt><span class="section"><a href="boost_process/tutorial.html">Tutorial</a></span></dt> 420<dt><span class="section"><a href="boost_process/design.html">Design Rationale</a></span></dt> 421<dt><span class="section"><a href="boost_process/extend.html">Extensions</a></span></dt> 422<dt><span class="section"><a href="boost_process/faq.html">Frequently Asked Questions</a></span></dt> 423<dt><span class="section"><a href="process/reference.html">Reference</a></span></dt> 424<dt><span class="section"><a href="boost_process/acknowledgements.html">Acknowledgements</a></span></dt> 425</dl></dd> 426<dt><span class="chapter"><a href="program_options.html">30. Boost.Program_options</a></span></dt> 427<dd><dl> 428<dt><span class="section"><a href="program_options.html#id-1.3.31.3">Introduction</a></span></dt> 429<dt><span class="section"><a href="program_options/tutorial.html">Tutorial</a></span></dt> 430<dt><span class="section"><a href="program_options/overview.html">Library Overview</a></span></dt> 431<dt><span class="section"><a href="program_options/howto.html">How To</a></span></dt> 432<dt><span class="section"><a href="program_options/design.html">Design Discussion</a></span></dt> 433<dt><span class="section"><a href="program_options/s06.html">Acknowledgements</a></span></dt> 434<dt><span class="section"><a href="program_options/reference.html">Reference</a></span></dt> 435</dl></dd> 436<dt><span class="chapter"><a href="property_tree.html">31. Boost.PropertyTree</a></span></dt> 437<dd><dl> 438<dt><span class="section"><a href="property_tree.html#property_tree.intro">What is Property Tree?</a></span></dt> 439<dt><span class="section"><a href="property_tree/tutorial.html">Five Minute Tutorial</a></span></dt> 440<dt><span class="section"><a href="property_tree/container.html">Property Tree as a Container</a></span></dt> 441<dt><span class="section"><a href="property_tree/synopsis.html">Property Tree Synopsis</a></span></dt> 442<dt><span class="section"><a href="property_tree/parsers.html">How to Populate a Property Tree</a></span></dt> 443<dt><span class="section"><a href="property_tree/accessing.html">How to Access Data in a Property 444 Tree</a></span></dt> 445<dt><span class="section"><a href="property_tree/appendices.html">Appendices</a></span></dt> 446<dt><span class="section"><a href="property_tree/reference.html">Reference</a></span></dt> 447</dl></dd> 448<dt><span class="chapter"><a href="proto.html">32. Boost.Proto</a></span></dt> 449<dd><dl> 450<dt><span class="section"><a href="proto.html#boost_proto.preface">Preface</a></span></dt> 451<dt><span class="section"><a href="proto/users_guide.html">Users' Guide</a></span></dt> 452<dt><span class="section"><a href="proto/reference.html">Reference</a></span></dt> 453<dt><span class="section"><a href="proto/appendices.html">Appendices</a></span></dt> 454</dl></dd> 455<dt><span class="chapter"><a href="boost_random.html">33. Boost.Random</a></span></dt> 456<dd><dl> 457<dt><span class="section"><a href="boost_random.html#boost_random.introduction">Introduction</a></span></dt> 458<dt><span class="section"><a href="boost_random/tutorial.html">Tutorial</a></span></dt> 459<dt><span class="section"><a href="boost_random/reference.html">Reference</a></span></dt> 460<dt><span class="section"><a href="boost_random/performance.html">Performance</a></span></dt> 461<dt><span class="section"><a href="boost_random/history_and_acknowledgements.html">History and 462 Acknowledgements</a></span></dt> 463</dl></dd> 464<dt><span class="chapter"><a href="ratio.html">34. Boost.Ratio 2.1.0</a></span></dt> 465<dd><dl> 466<dt><span class="section"><a href="ratio.html#ratio.overview">Overview</a></span></dt> 467<dt><span class="section"><a href="ratio/users_guide.html">User's Guide</a></span></dt> 468<dt><span class="section"><a href="ratio/reference.html">Reference </a></span></dt> 469<dt><span class="section"><a href="ratio/appendices.html">Appendices</a></span></dt> 470</dl></dd> 471<dt><span class="chapter"><a href="signals2.html">35. Boost.Signals2</a></span></dt> 472<dd><dl> 473<dt><span class="section"><a href="signals2.html#id-1.3.36.3">Introduction</a></span></dt> 474<dt><span class="section"><a href="signals2/tutorial.html">Tutorial</a></span></dt> 475<dt><span class="section"><a href="signals2/examples.html">Example programs</a></span></dt> 476<dt><span class="section"><a href="signals2/reference.html">Reference</a></span></dt> 477<dt><span class="section"><a href="signals2/thread-safety.html">Thread-Safety</a></span></dt> 478<dt><span class="section"><a href="signals2/faq.html">Frequently Asked Questions</a></span></dt> 479<dt><span class="section"><a href="signals2/rationale.html">Design Rationale</a></span></dt> 480<dt><span class="section"><a href="signals2/api_changes.html">Signals2 API Changes</a></span></dt> 481<dt><span class="section"><a href="signals2/tests.html">Testsuite</a></span></dt> 482</dl></dd> 483<dt><span class="chapter"><a href="stacktrace.html">36. Boost.Stacktrace 1.0</a></span></dt> 484<dd><dl> 485<dt><span class="section"><a href="stacktrace.html#stacktrace.motivation">Motivation</a></span></dt> 486<dt><span class="section"><a href="stacktrace/getting_started.html">Getting Started</a></span></dt> 487<dt><span class="section"><a href="stacktrace/configuration_and_build.html">Configuration and Build</a></span></dt> 488<dt><span class="section"><a href="stacktrace/acknowledgements.html">Acknowledgements</a></span></dt> 489<dt><span class="section"><a href="stacktrace/reference.html">Reference</a></span></dt> 490</dl></dd> 491<dt><span class="chapter"><a href="boost_staticassert.html">37. Boost.StaticAssert</a></span></dt> 492<dd><dl> 493<dt><span class="section"><a href="boost_staticassert.html#boost_staticassert.intro">Overview and Tutorial</a></span></dt> 494<dt><span class="section"><a href="boost_staticassert/how.html">How it works</a></span></dt> 495<dt><span class="section"><a href="boost_staticassert/test.html">Test Programs</a></span></dt> 496</dl></dd> 497<dt><span class="chapter"><a href="stl_interfaces.html">38. Boost.STLInterfaces</a></span></dt> 498<dd><dl> 499<dt><span class="section"><a href="stl_interfaces.html#boost_stlinterfaces.introduction">Introduction</a></span></dt> 500<dt><span class="section"><a href="boost_stlinterfaces/this_library_s_relationship_to_boost_iterator.html">This 501 Library's Relationship to Boost.Iterator</a></span></dt> 502<dt><span class="section"><a href="boost_stlinterfaces/tutorial___iterator_interface_.html">Tutorial: 503 <code class="computeroutput"><span class="identifier">iterator_interface</span></code></a></span></dt> 504<dt><span class="section"><a href="boost_stlinterfaces/tutorial___view_interface_.html">Tutorial: 505 <code class="computeroutput"><span class="identifier">view_interface</span></code></a></span></dt> 506<dt><span class="section"><a href="boost_stlinterfaces/tutorial___sequence_container_interface_.html">Tutorial: 507 <code class="computeroutput"><span class="identifier">sequence_container_interface</span></code></a></span></dt> 508<dt><span class="section"><a href="boost_stlinterfaces/tutorial___reverse_iterator_.html">Tutorial: 509 <code class="computeroutput"><span class="identifier">reverse_iterator</span></code></a></span></dt> 510<dt><span class="section"><a href="boost_stlinterfaces/examples.html">Examples</a></span></dt> 511<dt><span class="section"><a href="stl_interfaces/compiler_support.html">Compiler Support</a></span></dt> 512<dt><span class="section"><a href="stl_interfaces/reference.html">Reference</a></span></dt> 513<dt><span class="section"><a href="boost_stlinterfaces/rationale.html">Rationale</a></span></dt> 514</dl></dd> 515<dt><span class="chapter"><a href="thread.html">39. Thread 4.8.0</a></span></dt> 516<dd><dl> 517<dt><span class="section"><a href="thread.html#thread.overview">Overview</a></span></dt> 518<dt><span class="section"><a href="thread/build.html">Using and building the library</a></span></dt> 519<dt><span class="section"><a href="thread/changes.html">History</a></span></dt> 520<dt><span class="section"><a href="thread/future.html">Future</a></span></dt> 521<dt><span class="section"><a href="thread/thread_management.html">Thread Management</a></span></dt> 522<dt><span class="section"><a href="thread/ScopedThreads.html">Scoped Threads</a></span></dt> 523<dt><span class="section"><a href="thread/synchronization.html">Synchronization</a></span></dt> 524<dt><span class="section"><a href="thread/thread_local_storage.html">Thread Local Storage</a></span></dt> 525<dt><span class="section"><a href="thread/sds.html">Synchronized Data Structures</a></span></dt> 526<dt><span class="section"><a href="thread/parallel.html">Parallel - Fork-Join -- EXPERIMENTAL</a></span></dt> 527<dt><span class="section"><a href="thread/time.html">Time Requirements</a></span></dt> 528<dt><span class="section"><a href="thread/emulations.html">Emulations</a></span></dt> 529<dt><span class="section"><a href="thread/acknowledgements.html">Acknowledgments</a></span></dt> 530<dt><span class="section"><a href="thread/compliance.html">Conformance and Extension</a></span></dt> 531</dl></dd> 532<dt><span class="chapter"><a href="boost_typeerasure.html">40. Boost.TypeErasure</a></span></dt> 533<dd><dl> 534<dt><span class="section"><a href="boost_typeerasure.html#boost_typeerasure.introduction">Introduction</a></span></dt> 535<dt><span class="section"><a href="boost_typeerasure/reading.html">How to read this documentation</a></span></dt> 536<dt><span class="section"><a href="boost_typeerasure/basic.html">Basic Usage</a></span></dt> 537<dt><span class="section"><a href="boost_typeerasure/composing_concepts.html">Composing Concepts</a></span></dt> 538<dt><span class="section"><a href="boost_typeerasure/multi.html">Functions with Multiple Arguments</a></span></dt> 539<dt><span class="section"><a href="boost_typeerasure/concept.html">Concepts in Depth</a></span></dt> 540<dt><span class="section"><a href="boost_typeerasure/any.html">Using Any</a></span></dt> 541<dt><span class="section"><a href="boost_typeerasure/examples.html">Examples</a></span></dt> 542<dt><span class="section"><a href="boost_typeerasure/conceptdef.html">Concept Definitions</a></span></dt> 543<dt><span class="section"><a href="boost_typeerasure/predef.html">Predefined Concepts</a></span></dt> 544<dt><span class="section"><a href="boost_typeerasure/reference.html">Reference</a></span></dt> 545<dt><span class="section"><a href="boost_typeerasure/rationale.html">Rationale</a></span></dt> 546<dt><span class="section"><a href="boost_typeerasure/future.html">Future Work</a></span></dt> 547<dt><span class="section"><a href="boost_typeerasure/acknowledgements.html">Acknowledgements</a></span></dt> 548<dt><span class="section"><a href="boost_typeerasure/related.html">Related Work</a></span></dt> 549</dl></dd> 550<dt><span class="chapter"><a href="boost_typeindex.html">41. Boost.TypeIndex 4.1</a></span></dt> 551<dd><dl> 552<dt><span class="section"><a href="boost_typeindex.html#boost_typeindex.motivation">Motivation</a></span></dt> 553<dt><span class="section"><a href="boost_typeindex/getting_started.html">Getting started</a></span></dt> 554<dt><span class="section"><a href="boost_typeindex/config.html">Configuring and building the library</a></span></dt> 555<dt><span class="section"><a href="boost_typeindex/how_it_works.html">How it works</a></span></dt> 556<dt><span class="section"><a href="boost_typeindex/examples.html">Examples</a></span></dt> 557<dt><span class="section"><a href="boost_typeindex_header_reference.html">Boost.TypeIndex Header Reference</a></span></dt> 558<dt><span class="section"><a href="boost_typeindex/making_a_custom_type_index.html">Making a custom 559 type_index</a></span></dt> 560<dt><span class="section"><a href="boost_typeindex/space_and_performance.html">Space and Performance</a></span></dt> 561<dt><span class="section"><a href="boost_typeindex/code_bloat.html">Code bloat</a></span></dt> 562<dt><span class="section"><a href="boost_typeindex/rtti_emulation_limitations.html">RTTI emulation 563 limitations</a></span></dt> 564<dt><span class="section"><a href="boost_typeindex/mixing_sources_with_rtti_on_and_.html">Mixing 565 sources with RTTI on and RTTI off</a></span></dt> 566<dt><span class="section"><a href="boost_typeindex/acknowledgements.html">Acknowledgements</a></span></dt> 567</dl></dd> 568<dt><span class="chapter"><a href="typeof.html">42. Boost.Typeof</a></span></dt> 569<dd><dl> 570<dt><span class="section"><a href="typeof.html#typeof.moti">Motivation</a></span></dt> 571<dt><span class="section"><a href="typeof/tuto.html">Tutorial</a></span></dt> 572<dt><span class="section"><a href="typeof/refe.html">Reference</a></span></dt> 573<dt><span class="section"><a href="typeof/other.html">Other considerations and tips</a></span></dt> 574<dt><span class="section"><a href="typeof/cont.html">Contributed By:</a></span></dt> 575<dt><span class="section"><a href="typeof/ackn.html">Acknowledgements</a></span></dt> 576</dl></dd> 577<dt><span class="chapter"><a href="boost_units.html">43. Boost.Units 1.1.0</a></span></dt> 578<dd><dl> 579<dt><span class="section"><a href="boost_units.html#boost_units.Introduction">Introduction</a></span></dt> 580<dt><span class="section"><a href="boost_units/Quick_Start.html">Quick Start</a></span></dt> 581<dt><span class="section"><a href="boost_units/Dimensional_Analysis.html">Dimensional Analysis</a></span></dt> 582<dt><span class="section"><a href="boost_units/Units.html">Units</a></span></dt> 583<dt><span class="section"><a href="boost_units/Quantities.html">Quantities</a></span></dt> 584<dt><span class="section"><a href="boost_units/Examples.html">Examples</a></span></dt> 585<dt><span class="section"><a href="boost_units/Utilities.html">Utilities</a></span></dt> 586<dt><span class="section"><a href="boost_units/Reference.html">Reference</a></span></dt> 587<dt><span class="section"><a href="boost_units/Installation.html">Installation</a></span></dt> 588<dt><span class="section"><a href="boost_units/FAQ.html">FAQ</a></span></dt> 589<dt><span class="section"><a href="boost_units/Acknowledgements.html">Acknowledgements</a></span></dt> 590<dt><span class="section"><a href="boost_units/HelpWanted.html">Help Wanted</a></span></dt> 591<dt><span class="section"><a href="boost_units/version_id.html">Version Info</a></span></dt> 592<dt><span class="section"><a href="boost_units/ReleaseNotes.html">Release Notes</a></span></dt> 593<dt><span class="section"><a href="boost_units/TODO.html">TODO</a></span></dt> 594</dl></dd> 595<dt><span class="chapter"><a href="unordered.html">44. Boost.Unordered</a></span></dt> 596<dd><dl> 597<dt><span class="section"><a href="unordered.html#unordered.intro">Introduction</a></span></dt> 598<dt><span class="section"><a href="unordered/buckets.html">The Data Structure</a></span></dt> 599<dt><span class="section"><a href="unordered/hash_equality.html">Equality Predicates and Hash Functions</a></span></dt> 600<dt><span class="section"><a href="unordered/comparison.html">Comparison with Associative Containers</a></span></dt> 601<dt><span class="section"><a href="unordered/compliance.html">Standard Compliance</a></span></dt> 602<dt><span class="section"><a href="unordered/rationale.html">Implementation Rationale</a></span></dt> 603<dt><span class="section"><a href="unordered/changes.html">Change Log</a></span></dt> 604<dt><span class="section"><a href="unordered/reference.html">Reference</a></span></dt> 605<dt><span class="section"><a href="unordered/bibliography.html">Bibliography</a></span></dt> 606</dl></dd> 607<dt><span class="chapter"><a href="variant.html">45. Boost.Variant</a></span></dt> 608<dd><dl> 609<dt><span class="section"><a href="variant.html#variant.intro">Introduction</a></span></dt> 610<dt><span class="section"><a href="variant/tutorial.html">Tutorial</a></span></dt> 611<dt><span class="section"><a href="variant/reference.html">Reference</a></span></dt> 612<dt><span class="section"><a href="variant/design.html">Design Overview</a></span></dt> 613<dt><span class="section"><a href="variant/misc.html">Miscellaneous Notes</a></span></dt> 614<dt><span class="section"><a href="variant/refs.html">References</a></span></dt> 615</dl></dd> 616<dt><span class="chapter"><a href="xpressive.html">46. Boost.Xpressive</a></span></dt> 617<dd><dl> 618<dt><span class="section"><a href="xpressive.html#boost_xpressive.preface">Preface</a></span></dt> 619<dt><span class="section"><a href="xpressive/user_s_guide.html">User's Guide</a></span></dt> 620<dt><span class="section"><a href="xpressive/reference.html">Reference</a></span></dt> 621<dt><span class="section"><a href="boost_xpressive/acknowledgments.html">Acknowledgments</a></span></dt> 622<dt><span class="section"><a href="xpressive/appendices.html">Appendices</a></span></dt> 623</dl></dd> 624<dt><span class="chapter"><a href="yap.html">47. Boost.YAP</a></span></dt> 625<dd><dl> 626<dt><span class="section"><a href="yap.html#boost_yap.introduction">Introduction</a></span></dt> 627<dt><span class="section"><a href="boost_yap/manual.html">Manual</a></span></dt> 628<dt><span class="section"><a href="boost_yap/concepts.html">Concepts</a></span></dt> 629<dt><span class="section"><a href="boost_yap/compiler_support.html">Compiler Support</a></span></dt> 630<dt><span class="section"><a href="boost_yap/dependencies.html">Dependencies</a></span></dt> 631<dt><span class="section"><a href="yap/reference.html">Reference</a></span></dt> 632<dt><span class="section"><a href="boost_yap/rationale.html">Rationale</a></span></dt> 633</dl></dd> 634<dt><span class="chapter"><a href="concept_check.html">48. Boost.Concept_Check</a></span></dt> 635<dd><dl><dt><span class="section"><a href="concept_check.html#concepts.reference">Concept reference</a></span></dt></dl></dd> 636</dl> 637</div> 638</div> 639<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 640<td align="left"></td> 641<td align="right"><div class="copyright-footer"></div></td> 642</tr></table> 643<hr> 644<div class="spirit-nav"> 645<a accesskey="p" href="about.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="accumulators.html"><img src="../../doc/src/images/next.png" alt="Next"></a> 646</div> 647</body> 648</html> 649