...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
Enumerates types of result codes from buffer strategies.
enum result_code {result_normal, result_error_numerical, result_no_output};
Value
Description
result_normal
result_error_numerical
result_no_output
#include <boost/geometry/strategies/buffer.hpp>