boost::log::extract
// In header: <boost/log/utility/attribute_value_extractor.hpp> template<typename T, typename CharT, typename ReceiverT> bool extract(const CharT * name, basic_attribute_values_view< CharT > const & attrs, ReceiverT receiver);
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: |
|
||||||
Requires: |
|
||||||
Returns: |
|