Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function has_attr

boost::log::expressions::has_attr

Synopsis

// In header: <boost/log/expressions/predicates/has_attr.hpp>


unspecified has_attr(attribute_name const & name);

Description

The function generates a terminal node in a template expression. The node will check for the attribute value presence in a log record.


PrevUpHomeNext