My Project
std::iterator_traits< gsl::const_matrix_iterator > Class Template Reference

#include <mia/core/gsl_matrix.hh>

Public Types

typedef size_t difference_type
 
typedef forward_iterator_tag iterator_category
 
typedef double value_type
 

Data Fields

const typedef double * pointer
 
const typedef double & reference
 

Detailed Description

template<>
class std::iterator_traits< gsl::const_matrix_iterator >

Definition at line 488 of file gsl_matrix.hh.

Member Typedef Documentation

◆ difference_type

typedef size_t std::iterator_traits< gsl::const_matrix_iterator >::difference_type

Definition at line 491 of file gsl_matrix.hh.

◆ iterator_category

typedef forward_iterator_tag std::iterator_traits< gsl::const_matrix_iterator >::iterator_category

Definition at line 495 of file gsl_matrix.hh.

◆ value_type

typedef double std::iterator_traits< gsl::const_matrix_iterator >::value_type

Definition at line 492 of file gsl_matrix.hh.

Field Documentation

◆ pointer

const typedef double* std::iterator_traits< gsl::const_matrix_iterator >::pointer

Definition at line 493 of file gsl_matrix.hh.

◆ reference

const typedef double& std::iterator_traits< gsl::const_matrix_iterator >::reference

Definition at line 494 of file gsl_matrix.hh.


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