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

Transformation strategy to copy one point to another using assignment operator. More...

#include <strategy_transform.hpp>

Public Member Functions

bool apply (P const &p1, P &p2) const
 

Detailed Description

template<typename P>
struct boost::geometry::strategy::transform::copy_direct< P >

Transformation strategy to copy one point to another using assignment operator.

Template Parameters
Ppoint type

Member Function Documentation

template<typename P >
bool boost::geometry::strategy::transform::copy_direct< P >::apply ( P const &  p1,
P &  p2 
) const
inline

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