Boost C++ Libraries

PrevUpHomeNext

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

Andrey Semashev

15.04.2007

The header contains implementation of a constant attribute.

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

PrevUpHomeNext