Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
with_lock_guard.hpp File Reference
Include dependency graph for with_lock_guard.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class Lockable , class Function , class... Args>
boost::result_of< Function(Args...)>
::type 
boost::with_lock_guard (Lockable &m, BOOST_FWD_REF(Function) func, BOOST_FWD_REF(Args)...args)
 Utility to run functions in scope protected by mutex. More...