]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/geometry/policies/robustness/segment_ratio_type.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / geometry / policies / robustness / segment_ratio_type.hpp
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2
3 // Copyright (c) 2013 Barend Gehrels, Amsterdam, the Netherlands.
4 // Copyright (c) 2013 Bruno Lalande, Paris, France.
5 // Copyright (c) 2013 Mateusz Loskot, London, UK.
6 // Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland.
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 #ifndef BOOST_GEOMETRY_POLICIES_ROBUSTNESS_SEGMENT_RATIO_TYPE_HPP
13 #define BOOST_GEOMETRY_POLICIES_ROBUSTNESS_SEGMENT_RATIO_TYPE_HPP
14
15 #include <boost/geometry/algorithms/not_implemented.hpp>
16
17 namespace boost { namespace geometry
18 {
19
20 // Meta-function to access segment-ratio for a policy
21 template <typename Point, typename Policy>
22 struct segment_ratio_type {}; // : not_implemented<> {};
23
24
25 }} // namespace boost::geometry
26
27
28 #endif // BOOST_GEOMETRY_POLICIES_ROBUSTNESS_SEGMENT_RATIO_TYPE_HPP