MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T > Class Template Reference

External storage of a row and column indice. This is required for creating a temporary in an assignment operation in a sorting algorithm (like std::sort(...)). More...

#include <AbstractLinAlgPack_GenPermMatrixSliceIterator.hpp>

Public Types

typedef T index_type
 
typedef ptrdiff_t difference_type
 

Public Member Functions

 external_row_col_value_type (difference_type row_off, difference_type col_off, index_type row_i, index_type col_j)
 

Public Attributes

difference_type row_off_
 
difference_type col_off_
 
index_type row_i_
 
index_type col_j_
 

Detailed Description

template<class T>
class AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T >

External storage of a row and column indice. This is required for creating a temporary in an assignment operation in a sorting algorithm (like std::sort(...)).

Definition at line 63 of file AbstractLinAlgPack_GenPermMatrixSliceIterator.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

Member Data Documentation


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