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

PrevUpHomeNext

Global try_to_lock

boost::interprocess::try_to_lock

Synopsis

// In header: <boost/interprocess/sync/lock_options.hpp>

static const try_to_lock_type try_to_lock;

Description

An object indicating that a try_lock() operation must be executed.


PrevUpHomeNext