...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::extract
// In header: <boost/log/attributes/value_extraction.hpp> template<typename T, typename TagT = void> result_of::extract< T, TagT >::type extract(attribute_name const & name, attribute_value_set const & attrs);
The function extracts an attribute value from the view. The user has to explicitly specify the type or set of possible types of the attribute value to be extracted.
Parameters: |
|
||||
Returns: |
A |