Boost C++ Libraries

PrevUpHomeNext

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

Andrey Semashev

15.04.2007

The header contains attribute and attribute_value interfaces definition.

namespace boost {
  namespace log {
    struct attribute_value;
    struct attribute;
  }
}

PrevUpHomeNext