...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 DescriptorT, template< typename > class ActorT> result_of::extract< typenameDescriptorT::value_type, DescriptorT >::type extract(expressions::attribute_keyword< DescriptorT, ActorT > const & keyword, record const & rec);
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 |