1// Copyright David Abrahams, Daniel Wallin 2005.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at
4// http://www.boost.org/LICENSE_1_0.txt)
5
6// See www.boost.org/libs/parameter for documentation.
7
8#ifndef BOOST_PARAMETER_050401_HPP
9#define BOOST_PARAMETER_050401_HPP
10
11#include <boost/parameter/parameters.hpp>
12#include <boost/parameter/are_tagged_arguments.hpp>
13#include <boost/parameter/is_argument_pack.hpp>
14#include <boost/parameter/required.hpp>
15#include <boost/parameter/optional.hpp>
16#include <boost/parameter/deduced.hpp>
17#include <boost/parameter/template_keyword.hpp>
18#include <boost/parameter/keyword.hpp>
19#include <boost/parameter/nested_keyword.hpp>
20#include <boost/parameter/binding.hpp>
21#include <boost/parameter/value_type.hpp>
22#include <boost/parameter/macros.hpp>
23#include <boost/parameter/match.hpp>
24#include <boost/parameter/name.hpp>
25#include <boost/parameter/compose.hpp>
26#include <boost/parameter/preprocessor.hpp>
27#include <boost/parameter/preprocessor_no_spec.hpp>
28
29#endif // include guard
30
31

source code of boost/libs/parameter/include/boost/parameter.hpp