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::interior_return_type< polygon_tag, Polygon > Struct Template Reference

#include <interior_type.hpp>

Public Types

typedef boost::remove_const
< Polygon >::type 
nc_polygon_type
 
typedef mpl::if_
< boost::is_const< Polygon >
, typename
traits::interior_const_type
< nc_polygon_type >::type,
typename
traits::interior_mutable_type
< nc_polygon_type >::type >
::type 
type
 

Member Typedef Documentation

template<typename Polygon >
typedef boost::remove_const<Polygon>::type boost::geometry::core_dispatch::interior_return_type< polygon_tag, Polygon >::nc_polygon_type

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