Home
last modified time | relevance | path

Searched defs:robust_type (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/policies/robustness/
Drobust_type.hpp29 struct robust_type struct
34 struct robust_type<CoordinateType, boost::false_type> struct
36 typedef CoordinateType type;
40 struct robust_type<CoordinateType, boost::true_type> struct
42 typedef boost::long_long_type type;
51 struct robust_type struct
57 >::type type;