Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::select_coordinate_type< T1, T2 > Struct Template Reference

Meta-function selecting the most precise coordinate type of two geometries. More...

#include <select_coordinate_type.hpp>

Public Types

typedef select_most_precise
< typename coordinate_type< T1 >
::type, typename
coordinate_type< T2 >::type >
::type 
type
 

Detailed Description

template<typename T1, typename T2>
struct boost::geometry::select_coordinate_type< T1, T2 >

Meta-function selecting the most precise coordinate type of two geometries.

Member Typedef Documentation

template<typename T1, typename T2>
typedef select_most_precise< typename coordinate_type<T1>::type, typename coordinate_type<T2>::type >::type boost::geometry::select_coordinate_type< T1, T2 >::type

The documentation for this struct was generated from the following file: