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

Meta-function defining return type of area function, using the default strategy. More...

#include <default_area_result.hpp>

Public Types

typedef point_type< Geometry >
::type 
point_type
 
typedef
strategy::area::services::default_strategy
< typename cs_tag< point_type >
::type, point_type >::type 
strategy_type
 
typedef strategy_type::return_type type
 

Detailed Description

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

Meta-function defining return type of area function, using the default strategy.

Note
The strategy defines the return-type (so this situation is different from length, where distance is sqr/sqrt, but length always squared)

Member Typedef Documentation

template<typename Geometry>
typedef point_type<Geometry>::type boost::geometry::default_area_result< Geometry >::point_type
template<typename Geometry>
typedef strategy_type::return_type boost::geometry::default_area_result< Geometry >::type

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