...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Base exception class for Boost.Geometry algorithms.
This class is never thrown. All exceptions thrown in Boost.Geometry are derived from exception, so it might be convenient to catch it.
class exception : public std::exception { // ... };
Function |
Description |
Parameters |
Returns |
---|---|---|---|
char const * what()
|
#include <boost/geometry/core/exception.hpp>