...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assign each coordinate of a point the same value.
template<typename Point> void assign_value(Point & p, typename coordinate_type< Point >::type const & value)
Type |
Concept |
Name |
Description |
---|---|---|---|
Point & |
Any type fulfilling a Point Concept |
p |
point |
typename coordinate_type< Point >::type const & |
value |
value to assign |
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/arithmetic/arithmetic.hpp>