#include <boost/move/core.hpp>
#include <boost/smart_ptr/intrusive_ptr.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/utility/explicit_operator_bool.hpp>
#include <boost/log/utility/type_info_wrapper.hpp>
#include <boost/log/utility/type_dispatch/type_dispatcher.hpp>
#include <boost/log/attributes/attribute.hpp>
#include <boost/log/attributes/value_extraction_fwd.hpp>
#include <boost/log/attributes/value_visitation_fwd.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
class | boost::attribute_value |
An attribute value class. More... | |
struct | boost::attribute_value::impl |
A base class for an attribute value implementation. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Macros | |
#define | BOOST_LOG_AUX_VOID_DEFAULT = void |
Functions | |
void | boost::swap (attribute_value &left, attribute_value &right) BOOST_NOEXCEPT |
The function swaps two attribute values. More... | |
The header contains attribute_value
class definition.
#define BOOST_LOG_AUX_VOID_DEFAULT = void |