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
boost::lock_error —
The lock_error class defines an exception type thrown to indicate a locking related error has been detected.
class lock_error : public std::logical_error { public: // construct/copy/destruct lock_error(); };
| Copyright © 2001-2003 William E. Kempf |