aux_/at_impl.hpp
Go to the documentation of this file.
1 
2 #ifndef BOOST_MPL_AUX_AT_IMPL_HPP_INCLUDED
3 #define BOOST_MPL_AUX_AT_IMPL_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: at_impl.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 
17 #include <boost/mpl/begin_end.hpp>
18 #include <boost/mpl/advance.hpp>
19 #include <boost/mpl/deref.hpp>
21 
22 namespace boost { namespace mpl {
23 
24 // default implementation; conrete sequences might override it by
25 // specializing either the 'at_impl' or the primary 'at' template
26 
27 template< typename Tag >
28 struct at_impl
29 {
30  template< typename Sequence, typename N > struct apply
31  {
32  typedef typename advance<
33  typename begin<Sequence>::type
34  , N
36 
37  typedef typename deref<iter_>::type type;
38  };
39 };
40 
42 
43 }}
44 
45 #endif // BOOST_MPL_AUX_AT_IMPL_HPP_INCLUDED
boost::mpl::at_impl
Definition: at_fwd.hpp:19
boost::mpl::begin::type
begin_impl< tag_ >::template apply< Sequence >::type type
Definition: begin_end.hpp:35
boost::mpl::at_impl::apply
Definition: aux_/at_impl.hpp:30
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
deref.hpp
begin_end.hpp
boost::mpl::at_impl::apply::iter_
advance< typename begin< Sequence >::type, N >::type iter_
Definition: aux_/at_impl.hpp:35
BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC
#define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(i, trait)
Definition: traits_lambda_spec.hpp:58
boost::mpl::deref::type
Iterator::type type
Definition: deref.hpp:30
boost::mpl::advance
Definition: advance.hpp:56
advance.hpp
traits_lambda_spec.hpp
boost::mpl::at_impl::apply::type
deref< iter_ >::type type
Definition: aux_/at_impl.hpp:37


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