1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. 5 Copyright (c) 2008-2013 Bruno Lalande, Paris, France. 6 Copyright (c) 2009-2013 Mateusz Loskot, London, UK. 7 8 Use, modification and distribution is subject to the Boost Software License, 9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================/] 12 13 14[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically] 15[/ Generated from doxy/doxygen_output/xml/structboost_1_1geometry_1_1identity__view.xml] 16[section:identity_view identity_view] 17 18'''<indexterm><primary>identity_view</primary></indexterm>''' 19View on a range, not modifying anything. 20 21[heading Synopsis] 22``template<typename Range> 23struct identity_view 24{ 25 // ... 26}; 27`` 28 29[heading Template parameter(s)] 30[table 31[[Parameter] [Description]] 32[[typename Range] [original range ]] 33] 34 35[heading Constructor(s)] 36[table 37[[Function] [Description] [Parameters] ] 38[[``identity_view(Range & r)`` 39 40] [] [[* Range &]: ['r]: 41 42 43 44]] 45] 46 47[heading Member Function(s)] 48[table 49[[Function] [Description] [Parameters] [Returns]] 50[[``const_iterator begin()`` 51 52] [] [ 53 54][ 55 56] 57] 58[[``const_iterator end()`` 59 60] [] [ 61 62][ 63 64] 65] 66[[``iterator begin()`` 67 68] [] [ 69 70][ 71 72] 73] 74[[``iterator end()`` 75 76] [] [ 77 78][ 79 80] 81] 82] 83 84[heading Header] 85Either 86 87`#include <boost/geometry.hpp>` 88 89 90Or 91 92`#include <boost/geometry/views/identity_view.hpp>` 93 94[endsect] 95 96