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

{type, interior_type (container type of inner rings), } More...

#include <interior_type.hpp>

Public Types

typedef
core_dispatch::interior_type
< typename tag< Geometry >
::type, Geometry >::type 
type
 

Detailed Description

template<typename Geometry>
struct boost::geometry::interior_type< Geometry >

{type, interior_type (container type of inner rings), }

Interior rings should be organized as a container (std::vector, std::deque, boost::array) with Boost.Range support. This metafunction defines the type of the container.

Template Parameters
GeometryA type fullfilling the Polygon or MultiPolygon concept.

{[include reference/core/interior_type.qbk]}

Member Typedef Documentation

template<typename Geometry >
typedef core_dispatch::interior_type< typename tag<Geometry>::type, Geometry >::type boost::geometry::interior_type< Geometry >::type

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