Developer Documentation
OpenMesh::RangeTraitT< CONTAINER_T, ITER_T, begin_fn, end_fn > Struct Template Reference

Public Types

using CONTAINER_TYPE = CONTAINER_T
 
using ITER_TYPE = ITER_T
 

Static Public Member Functions

static ITER_TYPE begin (const CONTAINER_TYPE &_container)
 
static ITER_TYPE end (const CONTAINER_TYPE &_container)
 

Detailed Description

template<typename CONTAINER_T, typename ITER_T, ITER_T(CONTAINER_T::*)() const begin_fn, ITER_T(CONTAINER_T::*)() const end_fn>
struct OpenMesh::RangeTraitT< CONTAINER_T, ITER_T, begin_fn, end_fn >

Definition at line 76 of file PolyConnectivity.hh.


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