|
gslcpp
Modern-C++ Wrapper for GSL
|
Definition for gsl::v_iterator. More...
#include <iterator>Go to the source code of this file.
Classes | |
| class | gsl::v_iterator< V > |
| Iterator for v_iface. More... | |
| struct | gsl::v_iterator< V >::element< is_const > |
| Generic declaration for struct that gives type of vector's element. More... | |
| struct | gsl::v_iterator< V >::element< true > |
| Specialization for constant type of element of vector. More... | |
| struct | gsl::v_iterator< V >::element< false > |
| Specialization for non-constant type of element for vector. More... | |
Namespaces | |
| gsl | |
| Namespace for C++-interface to GSL. | |
Definition for gsl::v_iterator.
Definition in file v-iterator.hpp.
| struct gsl::v_iterator::element |
Generic declaration for struct that gives type of vector's element.
Even if vector actually have non-const elements, const vector is treated as having const elements.
| is_const | True for constant-type element. |
Definition at line 41 of file v-iterator.hpp.
| struct gsl::v_iterator::element< true > |
Specialization for constant type of element of vector.
Even if vector actually have non-const elements, const vector is treated as having const elements.
Definition at line 46 of file v-iterator.hpp.
| Class Members | ||
|---|---|---|
| typedef typename E const | type | |
| struct gsl::v_iterator::element< false > |
Specialization for non-constant type of element for vector.
Even if vector actually have non-const elements, const vector is treated as having const elements.
Definition at line 51 of file v-iterator.hpp.
| Class Members | ||
|---|---|---|
| typedef typename E | type | |
1.8.17