#include <boost/static_assert.hpp>
#include <boost/utility/result_of.hpp>
#include <boost/type_traits/is_void.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/attributes/attribute.hpp>
#include <boost/log/attributes/attribute_cast.hpp>
#include <boost/log/attributes/attribute_value_impl.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
class | boost::attributes::function< R > |
A class of an attribute that acquires its value from a third-party function object. More... | |
class | boost::attributes::function< R >::impl |
Base class for factory implementation. More... | |
class | boost::attributes::function< R >::impl_template< T > |
Factory implementation. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::attributes | |
Functions | |
template<typename T > | |
function< typename remove_cv < typename remove_reference < typename boost::result_of< T() > ::type >::type >::type > | boost::attributes::make_function (T const &fun) |
The function constructs function attribute instance with the provided function object. More... | |
template<typename R , typename T > | |
function< typename remove_cv < typename remove_reference< R > ::type >::type > | boost::attributes::make_function (T const &fun) |
The function constructs function attribute instance with the provided function object. More... | |