numeric_cast_utils.hpp
Go to the documentation of this file.
1 
2 #ifndef BOOST_MPL_AUX_NUMERIC_CAST_HPP_INCLUDED
3 #define BOOST_MPL_AUX_NUMERIC_CAST_HPP_INCLUDED
4 
5 // Copyright Aleksey Gurtovoy 2003-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: numeric_cast_utils.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 
18 #include <boost/mpl/apply_wrap.hpp>
20 
21 namespace boost { namespace mpl { namespace aux {
22 
23 template<
24  typename F
25  , typename Tag1
26  , typename Tag2
27  >
29 {
30  template< typename N1, typename N2 > struct apply
31 #if !defined(BOOST_MPL_CFG_NO_NESTED_FORWARDING)
32  : apply_wrap2<
33  F
34  , typename apply_wrap1< BOOST_MPL_AUX_NUMERIC_CAST<Tag1,Tag2>,N1 >::type
35  , N2
36  >
37  {
38 #else
39  {
40  typedef typename apply_wrap2<
41  F
43  , N2
44  >::type type;
45 #endif
46  };
47 };
48 
49 template<
50  typename F
51  , typename Tag1
52  , typename Tag2
53  >
55 {
56  template< typename N1, typename N2 > struct apply
57 #if !defined(BOOST_MPL_CFG_NO_NESTED_FORWARDING)
58  : apply_wrap2<
59  F
60  , N1
61  , typename apply_wrap1< BOOST_MPL_AUX_NUMERIC_CAST<Tag2,Tag1>,N2 >::type
62  >
63  {
64 #else
65  {
66  typedef typename apply_wrap2<
67  F
68  , N1
70  >::type type;
71 #endif
72  };
73 };
74 
75 }}}
76 
77 #endif // BOOST_MPL_AUX_NUMERIC_CAST_HPP_INCLUDED
boost::mpl::aux::cast2nd_impl
Definition: numeric_cast_utils.hpp:54
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::mpl::apply_wrap2< F, apply_wrap1< BOOST_MPL_AUX_NUMERIC_CAST< Tag1, Tag2 >, N1 >::type, N2 >::type
msvc_apply2< F >::template result_< apply_wrap1< BOOST_MPL_AUX_NUMERIC_CAST< Tag1, Tag2 >, N1 >::type, N2 >::type type
Definition: aux_/preprocessed/msvc60/apply_wrap.hpp:113
numeric_cast.hpp
boost::mpl::apply_wrap1
Definition: aux_/preprocessed/bcc/apply_wrap.hpp:218
apply_wrap.hpp
forwarding.hpp
boost::mpl::aux::cast1st_impl
Definition: numeric_cast_utils.hpp:28
boost::mpl::apply_wrap2
Definition: aux_/preprocessed/bcc/apply_wrap.hpp:301
boost::mpl::aux::cast1st_impl::apply
Definition: numeric_cast_utils.hpp:30
boost::mpl::aux::cast2nd_impl::apply
Definition: numeric_cast_utils.hpp:56


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