/usr/include/boost/geometry/geometries/adapted/boost_range
NameSizeModeActions
adjacent_filtered.hpp11070644editdlrm
filtered.hpp10090644editdlrm
reversed.hpp9770644editdlrm
sliced.hpp8790644editdlrm
strided.hpp8740644editdlrm
uniqued.hpp9710644editdlrm
Edit: /usr/include/boost/geometry/geometries/adapted/boost_range/uniqued.hpp (971B)
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2010-2012 Barend Gehrels, Amsterdam, the Netherlands. // Use, modification and distribution is subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_RANGE_UNIQUED_HPP #define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_RANGE_UNIQUED_HPP #include #include #include namespace boost { namespace geometry { namespace traits { template #if BOOST_VERSION > 104500 struct tag > #else struct tag > #endif { typedef typename geometry::tag::type type; }; } }} // namespace boost::geometry #endif // BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_RANGE_UNIQUED_HPP