Project revived from Feb2017
[EroSomnia.git] / deps / boost_1_63_0 / boost / log / utility / functional.hpp
blob5b7024c4be1a0c6c5b9fd6bffe58009b09f5f193
1 /*
2 * Copyright Andrey Semashev 2007 - 2015.
3 * Distributed under the Boost Software License, Version 1.0.
4 * (See accompanying file LICENSE_1_0.txt or copy at
5 * http://www.boost.org/LICENSE_1_0.txt)
6 */
7 /*!
8 * \file functional.hpp
9 * \author Andrey Semashev
10 * \date 30.03.2008
12 * This header includes all functional helpers.
15 #ifndef BOOST_LOG_UTILITY_FUNCTIONAL_HPP_INCLUDED_
16 #define BOOST_LOG_UTILITY_FUNCTIONAL_HPP_INCLUDED_
18 #include <boost/log/detail/config.hpp>
20 #include <boost/log/utility/functional/logical.hpp>
21 #include <boost/log/utility/functional/in_range.hpp>
22 #include <boost/log/utility/functional/begins_with.hpp>
23 #include <boost/log/utility/functional/ends_with.hpp>
24 #include <boost/log/utility/functional/contains.hpp>
25 #include <boost/log/utility/functional/matches.hpp>
27 #include <boost/log/utility/functional/nop.hpp>
28 #include <boost/log/utility/functional/bind_assign.hpp>
29 #include <boost/log/utility/functional/bind_output.hpp>
30 #include <boost/log/utility/functional/bind_to_log.hpp>
31 #include <boost/log/utility/functional/bind.hpp>
32 #include <boost/log/utility/functional/fun_ref.hpp>
33 #include <boost/log/utility/functional/as_action.hpp>
34 #include <boost/log/utility/functional/save_result.hpp>
36 #ifdef BOOST_HAS_PRAGMA_ONCE
37 #pragma once
38 #endif
40 #endif // BOOST_LOG_UTILITY_FUNCTIONAL_HPP_INCLUDED_