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

Traits class to append a point to a range (ring, linestring, multi*) More...

#include <mutable_range.hpp>

Public Types

typedef boost::range_value
< typename
boost::remove_reference< Range >
::type >::type 
item_type
 

Static Public Member Functions

static void apply (typename rvalue_type< Range >::type range, item_type const &item)
 

Detailed Description

template<typename Range>
struct boost::geometry::traits::push_back< Range >

Traits class to append a point to a range (ring, linestring, multi*)

Member Typedef Documentation

template<typename Range >
typedef boost::range_value< typename boost::remove_reference<Range>::type >::type boost::geometry::traits::push_back< Range >::item_type

Member Function Documentation


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