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

#include <ring_type.hpp>

Public Types

typedef boost::remove_const
< Polygon >::type 
nc_polygon_type
 
typedef mpl::if_
< boost::is_const< Polygon >
, typename
traits::ring_const_type
< nc_polygon_type >::type,
typename
traits::ring_mutable_type
< nc_polygon_type >::type >
::type 
type
 

Member Typedef Documentation

template<typename Polygon >
typedef boost::remove_const<Polygon>::type boost::geometry::core_dispatch::ring_return_type< polygon_tag, Polygon >::nc_polygon_type
template<typename Polygon >
typedef mpl::if_< boost::is_const<Polygon>, typename traits::ring_const_type<nc_polygon_type>::type, typename traits::ring_mutable_type<nc_polygon_type>::type >::type boost::geometry::core_dispatch::ring_return_type< polygon_tag, Polygon >::type

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