#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/attributes/attribute_value.hpp>
#include <boost/log/utility/type_dispatch/type_dispatcher.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
class | boost::attributes::attribute_value_impl< T > |
Basic attribute value implementation class. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::attributes | |
Functions | |
template<typename T > | |
attribute_value | boost::attributes::make_attribute_value (T &&v) |
The function creates an attribute value from the specified object. More... | |
The header contains an implementation of a basic attribute value implementation class.