Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::polygon::polygon_with_holes_traits< T, enable > Struct Template Reference

#include <polygon_traits.hpp>

Inheritance diagram for boost::polygon::polygon_with_holes_traits< T, enable >:

Public Types

typedef T::iterator_holes_type iterator_holes_type
 
typedef T::hole_type hole_type
 

Static Public Member Functions

static iterator_holes_type begin_holes (const T &t)
 
static iterator_holes_type end_holes (const T &t)
 
static std::size_t size_holes (const T &t)
 

Member Typedef Documentation

template<typename T, typename enable = void>
typedef T::hole_type boost::polygon::polygon_with_holes_traits< T, enable >::hole_type
template<typename T, typename enable = void>
typedef T::iterator_holes_type boost::polygon::polygon_with_holes_traits< T, enable >::iterator_holes_type

Member Function Documentation


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