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

join_selector

Enumerates types of joins.

Synopsis

enum join_selector {join_convex, join_concave, join_continue, join_spike};

Values

Value

Description

join_convex

join_concave

join_continue

join_spike

Header

#include <boost/geometry/strategies/buffer.hpp>


PrevUpHomeNext