MySQL 8.3.0
Source Code Documentation
touches_functor.h File Reference

This file declares the touches functor interface. More...

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

Go to the source code of this file.

Classes

class  gis::Touches
 Touches functor that calls Boost.Geometry with the correct parameter types. More...
 

Namespaces

namespace  gis
 

Detailed Description

This file declares the touches functor interface.

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

See also
gis::touches