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 a snapshot of the develop branch, built from commit a7bd5b9d59.
PrevUpHomeNext

Reference

Top level headers
Locks
Mutexes
Condition Variables
Events
Other libraries support layer

Top level headers

This header includes all condition variable types.

This header includes all event types.

This header includes all exception types.

This header includes all lock types.

This header includes all mutex types.

namespace boost {
  namespace sync {
    class semaphore;
  }
}

PrevUpHomeNext