Boost C++ Libraries Home Libraries People FAQ More

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