Pair of I and T : struct { column index, value }.
More...
#include <pair.h>
template<class
I, class T>
class Pair< I, T >
Pair of I and T : struct { column index, value }.
◆ Self_t
template<class
I, class T>
◆ Type_t
template<class
I, class T>
◆ first_type
template<class
I, class T>
◆ second_type
template<class
I, class T>
◆ Pair() [1/3]
template<class
I, class T>
◆ Pair() [2/3]
template<class
I, class T>
| Pair |
( |
const I | jj, |
|
|
const T & | val ) |
|
inline |
◆ Pair() [3/3]
template<class
I, class T>
◆ getvalue()
template<class
I, class T>
◆ getindex()
template<class
I, class T>
◆ j()
template<class
I, class T>
◆ affect()
template<class
I, class T>
| T affect |
( |
const T & | val | ) |
|
|
inline |
◆ change_value()
template<class
I, class T>
| T change_value |
( |
const T & | val | ) |
|
|
inline |
◆ change_j()
template<class
I, class T>
◆ change_index()
template<class
I, class T>
| I change_index |
( |
const I | jj | ) |
|
|
inline |
◆ assign() [1/2]
template<class
I, class T>
| Self_t assign |
( |
const T & | val | ) |
|
|
inline |
◆ assign() [2/2]
template<class
I, class T>
| Self_t assign |
( |
const I | jj, |
|
|
const T & | val ) |
|
inline |
◆ decr()
template<class
I, class T>
◆ operator--() [1/2]
template<class
I, class T>
◆ operator--() [2/2]
template<class
I, class T>
◆ incr()
template<class
I, class T>
◆ operator++() [1/2]
template<class
I, class T>
◆ operator++() [2/2]
template<class
I, class T>
◆ operator>>
template<class
I, class T>
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
Pair< I, T > & | a ) |
|
friend |
◆ operator<<
template<class
I, class T>
| std::ostream & operator<< |
( |
std::ostream & | o, |
|
|
const Pair< I, T > | a ) |
|
friend |
◆ first
template<class
I, class T>
◆ second
template<class
I, class T>
The documentation for this class was generated from the following file: