All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | Public Attributes | List of all members
paal::data_structures::cycle_traits< Cycle > Struct Template Reference

traits for Cycle concept More...

#include <cycle_traits.hpp>

Public Types

typedef std::iterator_traits
< vertex_iterator >
::value_type 
CycleElem
 

Public Attributes

decltype(std::declval< Cycle >
().vbegin()) typedef 
vertex_iterator
 Vertex iterator type.
 

Detailed Description

template<typename Cycle>
struct paal::data_structures::cycle_traits< Cycle >

traits for Cycle concept

Template Parameters
Cycle

Definition at line 28 of file cycle_traits.hpp.


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