Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

assign_value

Assign each coordinate of a point the same value.

Synopsis

template<typename Point>
void assign_value(Point & p, typename detail::param< Point >::type value)

Parameters

Type

Concept

Name

Description

Point &

Any type fulfilling a Point Concept

p

point

typename detail::param< Point >::type

value

value to assign

Header

Either

#include <boost/geometry.hpp>

Or

#include <boost/geometry/arithmetic/arithmetic.hpp>


PrevUpHomeNext