Boost C++ Libraries

PrevUpHomeNext

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

Andrey Semashev

02.12.2007

The header contains implementation of a stop watch attribute.

namespace boost {
  namespace log {
    namespace attributes {
      class timer;
    }
  }
}

PrevUpHomeNext