Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct try_to_lock_type

boost::interprocess::try_to_lock_type — Type to indicate to a mutex lock constructor that must try to lock the mutex.

Synopsis

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


struct try_to_lock_type {
};

PrevUpHomeNext