Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / histogram / algorithm.hpp
1 // Copyright 2019 Hans Dembinski
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt
5 // or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7 #ifndef BOOST_HISTOGRAM_ALGORITHM_HPP
8 #define BOOST_HISTOGRAM_ALGORITHM_HPP
9
10 /**
11   \file boost/histogram/algorithm.hpp
12   Includes all algorithm headers of the Boost.Histogram library.
13 */
14
15 #include <boost/histogram/algorithm/empty.hpp>
16 #include <boost/histogram/algorithm/project.hpp>
17 #include <boost/histogram/algorithm/reduce.hpp>
18 #include <boost/histogram/algorithm/sum.hpp>
19
20 #endif