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

Meta-function defining "true" for areal types (box, (multi)polygon, ring),. More...

#include <is_areal.hpp>

Inheritance diagram for boost::geometry::is_areal< Geometry >:
Collaboration diagram for boost::geometry::is_areal< Geometry >:

Public Types

typedef integral_constant
< bool, false > 
type
 

Detailed Description

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

Meta-function defining "true" for areal types (box, (multi)polygon, ring),.

Note
Used for tag dispatching and meta-function finetuning
Also a "ring" has areal properties within Boost.Geometry

Member Typedef Documentation

typedef integral_constant<bool,false> boost::integral_constant< bool, false >::type
inherited

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