MySQL 8.4.0
Source Code Documentation
is_simple_functor.h File Reference

Declares the is_simple functor interface. More...

#include <boost/geometry.hpp>
#include "sql/gis/functor.h"
#include "sql/gis/geometries.h"
#include "sql/gis/geometries_cs.h"

Go to the source code of this file.

Classes

class  gis::Is_simple
 Is_simple functor calls boost::geometry::is_simple with the correct parameter types. More...
 

Namespaces

namespace  gis
 

Detailed Description

Declares the is_simple functor interface.

The functor is not intended for use directly by MySQL code. It should be used indirectly through the gis::is_simple() function.

See also
gis::is_simple