Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::traits::tag< Geometry, Enable > Struct Template Reference

Traits class to attach a tag to a geometry. More...

#include <tag.hpp>

Public Types

typedef void type
 

Detailed Description

template<typename Geometry, typename Enable = void>
struct boost::geometry::traits::tag< Geometry, Enable >

Traits class to attach a tag to a geometry.

All geometries should implement a traits::tag<G>::type metafunction to indicate their own geometry type.

Geometries:
  • all geometries
Specializations should provide:
Template Parameters
Geometrygeometry

Member Typedef Documentation

template<typename Geometry, typename Enable = void>
typedef void boost::geometry::traits::tag< Geometry, Enable >::type

The documentation for this struct was generated from the following file: