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

result_code

Enumerates types of result codes from buffer strategies.

Synopsis

enum result_code {result_normal, result_error_numerical, result_no_output};

Values

Value

Description

result_normal

result_error_numerical

result_no_output

Header

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


PrevUpHomeNext