set/aux_/clear_impl.hpp
Go to the documentation of this file.
1 
2 #ifndef BOOST_MPL_SET_AUX_CLEAR_IMPL_HPP_INCLUDED
3 #define BOOST_MPL_SET_AUX_CLEAR_IMPL_HPP_INCLUDED
4 
5 // Copyright Aleksey Gurtovoy 2003-2004
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: clear_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 
18 #include <boost/mpl/clear_fwd.hpp>
21 
22 namespace boost { namespace mpl {
23 
24 template<>
25 struct clear_impl< aux::set_tag >
26 {
27  template< typename Set > struct apply
28  {
29  typedef set0<> type;
30  };
31 };
32 
33 }}
34 
35 #endif // BOOST_MPL_SET_AUX_CLEAR_IMPL_HPP_INCLUDED
boost::mpl::clear_impl
Definition: aux_/clear_impl.hpp:26
boost::mpl::set0
Definition: aux_/set0.hpp:53
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::mpl::clear_impl< aux::set_tag >::apply::type
set0 type
Definition: set/aux_/clear_impl.hpp:29
clear_fwd.hpp
set0.hpp
boost::mpl::apply
primary template (not a specialization!)
Definition: aux_/preprocessed/bcc/apply.hpp:163
tag.hpp


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