Meta-function returning the id of a geometry type. More...
#include <geometry_id.hpp>
Public Member Functions | |
BOOST_MPL_ASSERT_MSG (false, NOT_IMPLEMENTED_FOR_THIS_GEOMETRY_TYPE,(types< tag< Geometry >::type >)) | |
Meta-function returning the id of a geometry type.
The meta-function geometry_id defines a numerical ID (based on boost::mpl::int_<...> ) for each geometry concept. A numerical ID is sometimes useful, and within Boost.Geometry it is used for the reverse_dispatch metafuntion.
|
inherited |