Boost.Geometry    Boost C++ Libraries
Public Types
boost::geometry::select_coordinate_type< T1, T2, T3 > Struct Template Reference

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

List of all members.

Public Types

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

Detailed Description

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

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


Member Typedef Documentation

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

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen