Boost C++ Libraries

PrevUpHomeNext

Header <boost/log/attributes/functor.hpp>

Andrey Semashev

24.06.2007

The header contains implementation of an attribute that calls a third-party function on value acquirement.

namespace boost {
  namespace log {
    namespace attributes {
      template<typename T> 
        shared_ptr< attribute > make_functor_attr(T const &);
    }
  }
}

PrevUpHomeNext