set/aux_/begin_end_impl.hpp
Go to the documentation of this file.
1 
2 #ifndef BOOST_MPL_SET_AUX_BEGIN_END_IMPL_HPP_INCLUDED
3 #define BOOST_MPL_SET_AUX_BEGIN_END_IMPL_HPP_INCLUDED
4 
5 // Copyright Aleksey Gurtovoy 2003-2007
6 // Copyright David Abrahams 2003-2004
7 //
8 // Distributed under the Boost Software License, Version 1.0.
9 // (See accompanying file LICENSE_1_0.txt or copy at
10 // http://www.boost.org/LICENSE_1_0.txt)
11 //
12 // See http://www.boost.org/libs/mpl for documentation.
13 
14 // $Id: begin_end_impl.hpp 13472 2017-08-22 07:53:44Z richean $
15 // $Date: 2017-08-22 09:53:44 +0200 (Di, 22 Aug 2017) $
16 // $Revision: 13472 $
17 
20 
21 namespace boost { namespace mpl {
22 
23 template<>
24 struct begin_impl< aux::set_tag >
25 {
26  template< typename Set > struct apply
27  : s_iter_get<Set,typename Set::item_>
28  {
29  };
30 };
31 
32 template<>
33 struct end_impl< aux::set_tag >
34 {
35  template< typename Set > struct apply
36  {
38  };
39 };
40 
41 }}
42 
43 #endif // BOOST_MPL_SET_AUX_BEGIN_END_IMPL_HPP_INCLUDED
boost::mpl::s_iter_get
Definition: mpl/set/aux_/iterator.hpp:32
boost::mpl::s_iter
Definition: mpl/set/aux_/iterator.hpp:30
boost::mpl::end_impl
Definition: aux_/begin_end_impl.hpp:59
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
begin_end_fwd.hpp
boost::mpl::begin_impl
Definition: aux_/begin_end_impl.hpp:49
boost::mpl::end_impl< aux::set_tag >::apply::type
s_iter< Set, set0<> > type
Definition: set/aux_/begin_end_impl.hpp:37
boost::mpl::apply
primary template (not a specialization!)
Definition: aux_/preprocessed/bcc/apply.hpp:163
iterator.hpp


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