Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

TR1 By Header

<array>
<cmath>
<complex>
<functional>
<memory>
<random>
<regex>
<tuple>
<type_traits>
<unordered_map>
<unordered_set>
<utility>

<array>

See: Fixed Size Array

<cmath>

See: Special Functions

<complex>

See: Additional Overloads for Complex Number Algorithms

See: Additional Complex Number Algorithms

<functional>

See: Reference Wrapper.

See: Result_of.

See: Member Function Wrappers.

See: Function Binders.

See: Polymorphic Function Wrappers.

See: Hash Functions.

<memory>

See: Smart Pointers.

<random>

See: Random Numbers.

<regex>

See: Regular Expressions.

<tuple>

See: Tuple Types.

<type_traits>

See: Type Traits.

<unordered_map>

See: Unordered Associative Map

<unordered_set>

See: Unordered Associative Set.

<utility>

See: Tuple Interface to std::pair.

Copyright © 2005 John Maddock

PrevUpHomeNext