mutable_iterator.hpp
Go to the documentation of this file.
1 // Boost.Range library
2 //
3 // Copyright Thorsten Ottosen 2003-2004. Use, modification and
4 // distribution is subject to the Boost Software License, Version
5 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 // For more information, see http://www.boost.org/libs/range/
9 //
10 
11 #ifndef BOOST_RANGE_MUTABLE_ITERATOR_HPP
12 #define BOOST_RANGE_MUTABLE_ITERATOR_HPP
13 
14 #if defined(_MSC_VER)
15 # pragma once
16 #endif
17 
18 #include <boost/range/config.hpp>
19 
24 #include <cstddef>
25 #include <utility>
26 
27 namespace boost
28 {
29 
31  // default
33 
34  namespace range_detail
35  {
36 
38 
39 template< typename C >
41  : range_detail::extract_iterator<
43 {};
44 
46 // pair
48 
49 template< typename Iterator >
50 struct range_mutable_iterator< std::pair<Iterator,Iterator> >
51 {
52  typedef Iterator type;
53 };
54 
56 // array
58 
59 template< typename T, std::size_t sz >
61 {
62  typedef T* type;
63 };
64 
65  } // namespace range_detail
66 
67 template<typename C, typename Enabler=void>
70  BOOST_DEDUCED_TYPENAME remove_reference<C>::type
71  >
72 {
73 };
74 
75 } // namespace boost
76 
78 
79 #endif
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
#define BOOST_RANGE_EXTRACT_OPTIONAL_TYPE(a_typedef)
#define BOOST_DEDUCED_TYPENAME
Definition: suffix.hpp:465


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:22