aimstil  5.0.5
til::xsr::graph::Position< TIterator > Struct Template Reference

#include <cathier/graph_accessors.h>

Public Types

typedef TIterator::value_type::Vertex value_type
 
typedef TIterator::value_type::Vertex & reference
 
typedef TIterator::value_type::VertexIndex index_type
 

Public Member Functions

reference operator() (index_type i) const
 

Detailed Description

template<typename TIterator>
struct til::xsr::graph::Position< TIterator >

Definition at line 14 of file graph_accessors.h.

Member Typedef Documentation

◆ index_type

template<typename TIterator >
typedef TIterator::value_type::VertexIndex til::xsr::graph::Position< TIterator >::index_type

Definition at line 19 of file graph_accessors.h.

◆ reference

template<typename TIterator >
typedef TIterator::value_type::Vertex& til::xsr::graph::Position< TIterator >::reference

Definition at line 18 of file graph_accessors.h.

◆ value_type

template<typename TIterator >
typedef TIterator::value_type::Vertex til::xsr::graph::Position< TIterator >::value_type

Definition at line 17 of file graph_accessors.h.

Member Function Documentation

◆ operator()()

template<typename TIterator >
reference til::xsr::graph::Position< TIterator >::operator() ( index_type  i) const
inline

Definition at line 24 of file graph_accessors.h.


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