1 // Copyright (c) 2016-2020 Antony Polukhin
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 #ifndef BOOST_PFR_HPP
7 #define BOOST_PFR_HPP
8 
9 /// \file boost/pfr.hpp
10 /// Includes all the Boost.PFR headers
11 
12 #include <boost/pfr/core.hpp>
13 #include <boost/pfr/functions_for.hpp>
14 #include <boost/pfr/functors.hpp>
15 #include <boost/pfr/io.hpp>
16 #include <boost/pfr/io_fields.hpp>
17 #include <boost/pfr/ops.hpp>
18 #include <boost/pfr/ops_fields.hpp>
19 #include <boost/pfr/tuple_size.hpp>
20 
21 #endif // BOOST_PFR_HPP
22