About
Contact
QtCreator
KDevelop
Solarized
1
/*!
2
@file
3
Defines the
@ref
group-functional
module.
4
5
Copyright Louis Dionne 2013-2022
6
Distributed under the Boost Software License, Version 1.0.
7
(See accompanying file LICENSE.md or copy at
http://boost.org/LICENSE_1_0.txt
)
8
*/
9
10
#
ifndef
BOOST_HANA_FUNCTIONAL_HPP
11
#define
BOOST_HANA_FUNCTIONAL_HPP
12
13
#include
<boost/hana/functional/always.hpp>
14
#include
<boost/hana/functional/apply.hpp>
15
#include
<boost/hana/functional/arg.hpp>
16
#include
<boost/hana/functional/capture.hpp>
17
#include
<boost/hana/functional/compose.hpp>
18
#include
<boost/hana/functional/curry.hpp>
19
#include
<boost/hana/functional/demux.hpp>
20
#include
<boost/hana/functional/fix.hpp>
21
#include
<boost/hana/functional/flip.hpp>
22
#include
<boost/hana/functional/id.hpp>
23
#include
<boost/hana/functional/infix.hpp>
24
#include
<boost/hana/functional/iterate.hpp>
25
#include
<boost/hana/functional/lockstep.hpp>
26
#include
<boost/hana/functional/on.hpp>
27
#include
<boost/hana/functional/overload.hpp>
28
#include
<boost/hana/functional/overload_linearly.hpp>
29
#include
<boost/hana/functional/partial.hpp>
30
#include
<boost/hana/functional/placeholder.hpp>
31
#include
<boost/hana/functional/reverse_partial.hpp>
32
33
#
endif
// !BOOST_HANA_FUNCTIONAL_HPP
34