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

#include <cathier/graph_accessors.h>

Public Types

typedef TIterator::value_type::VertexIndexCollection value_type
 
typedef TIterator::value_type::VertexIndexCollection & 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::Neighbors< TIterator >

Definition at line 29 of file graph_accessors.h.

Member Typedef Documentation

◆ index_type

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

Definition at line 34 of file graph_accessors.h.

◆ reference

template<typename TIterator >
typedef TIterator::value_type::VertexIndexCollection& til::xsr::graph::Neighbors< TIterator >::reference

Definition at line 33 of file graph_accessors.h.

◆ value_type

template<typename TIterator >
typedef TIterator::value_type::VertexIndexCollection til::xsr::graph::Neighbors< TIterator >::value_type

Definition at line 32 of file graph_accessors.h.

Member Function Documentation

◆ operator()()

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

Definition at line 37 of file graph_accessors.h.


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