simple_trigger.hpp 531 B

12345678910111213
  1. // Copyright (C) 2007 Douglas Gregor
  2. // Use, modification and distribution is subject to the Boost Software
  3. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. // This file contains a simplification of the "trigger" method for
  6. // process groups. The simple trigger handles the common case where
  7. // the handler associated with a trigger is a member function bound to
  8. // a particular pointer.
  9. // File moved
  10. #include <boost/property_map/parallel/simple_trigger.hpp>