begin_end.hpp
Go to the documentation of this file.
1 
2 #ifndef BOOST_MPL_BEGIN_END_HPP_INCLUDED
3 #define BOOST_MPL_BEGIN_END_HPP_INCLUDED
4 
5 // Copyright Aleksey Gurtovoy 2000-2004
6 //
7 // Distributed under the Boost Software License, Version 1.0.
8 // (See accompanying file LICENSE_1_0.txt or copy at
9 // http://www.boost.org/LICENSE_1_0.txt)
10 //
11 // See http://www.boost.org/libs/mpl for documentation.
12 
13 // $Id: begin_end.hpp 13472 2017-08-22 07:53:44Z richean $
14 // $Date: 2017-08-22 09:53:44 +0200 (Di, 22 Aug 2017) $
15 // $Revision: 13472 $
16 
22 
23 namespace boost { namespace mpl {
24 
25 // agurt, 13/sep/02: switched from inheritance to typedef; MSVC is more
26 // happy this way (less ETI-related errors), and it doesn't affect
27 // anything else
28 template<
29  typename BOOST_MPL_AUX_NA_PARAM(Sequence)
30  >
31 struct begin
32 {
34  typedef typename begin_impl< tag_ >
36 
38 };
39 
40 template<
41  typename BOOST_MPL_AUX_NA_PARAM(Sequence)
42  >
43 struct end
44 {
46  typedef typename end_impl< tag_ >
48 
49  BOOST_MPL_AUX_LAMBDA_SUPPORT(1,end,(Sequence))
50 };
51 
54 
55 }}
56 
57 #endif // BOOST_MPL_BEGIN_END_HPP_INCLUDED
boost::mpl::end::tag_
sequence_tag< Sequence >::type tag_
Definition: begin_end.hpp:45
boost::mpl::end
Definition: begin_end.hpp:43
BOOST_MPL_AUX_NA_PARAM
#define BOOST_MPL_AUX_NA_PARAM(param)
Definition: na_spec.hpp:152
sequence_tag.hpp
begin_end_impl.hpp
boost::mpl::begin::type
begin_impl< tag_ >::template apply< Sequence >::type type
Definition: begin_end.hpp:35
na_spec.hpp
boost::mpl::end_impl
Definition: aux_/begin_end_impl.hpp:59
BOOST_MPL_AUX_NA_SPEC
#define BOOST_MPL_AUX_NA_SPEC(i, name)
Definition: na_spec.hpp:161
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::mpl::end::type
end_impl< tag_ >::template apply< Sequence >::type type
Definition: begin_end.hpp:47
begin_end_fwd.hpp
BOOST_MPL_AUX_LAMBDA_SUPPORT
#define BOOST_MPL_AUX_LAMBDA_SUPPORT(i, name, params)
Definition: lambda_support.hpp:22
boost::mpl::begin_impl
Definition: aux_/begin_end_impl.hpp:49
boost::mpl::sequence_tag
Definition: sequence_tag.hpp:110
boost::mpl::begin::tag_
sequence_tag< Sequence >::type tag_
Definition: begin_end.hpp:33
boost::mpl::begin
Definition: begin_end.hpp:31
boost::mpl::apply5::type
apply_wrap5< typename lambda< F >::type, T1, T2, T3, T4, T5 >::type type
Definition: aux_/preprocessed/msvc60/apply.hpp:149
lambda_support.hpp


sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:37:14