Boost C++ Libraries

PrevUpHomeNext

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

Andrey Semashev

01.05.2007

The header contains implementation of the counter attribute.

namespace boost {
  namespace log {
    namespace attributes {
      template<typename T> class counter;
    }
  }
}

PrevUpHomeNext