tags.hpp 656 B

12345678910111213141516171819202122232425
  1. // Boost.Geometry Index
  2. //
  3. // Tags used by the predicates checks implementation.
  4. //
  5. // Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
  6. //
  7. // Use, modification and distribution is subject to the Boost Software License,
  8. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  9. // http://www.boost.org/LICENSE_1_0.txt)
  10. #ifndef BOOST_GEOMETRY_INDEX_DETAIL_TAGS_HPP
  11. #define BOOST_GEOMETRY_INDEX_DETAIL_TAGS_HPP
  12. namespace boost { namespace geometry { namespace index {
  13. namespace detail {
  14. struct value_tag {};
  15. struct bounds_tag {};
  16. } // namespace detail
  17. }}} // namespace boost::geometry::index
  18. #endif // BOOST_GEOMETRY_INDEX_RTREE_TAGS_HPP