...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::attributes::basic_clock::impl — Attribute factory implementation.
// In header: <boost/log/attributes/clock.hpp> // Attribute factory implementation. struct impl : public attribute::impl { // public member functions virtual attribute_value get_value(); };
impl
public member functionsvirtual attribute_value get_value();
Returns: |
The actual attribute value. It shall not return empty values (exceptions shall be used to indicate errors). |