! \brief Null constructor initializes this \p strided_iterator's stride to zero. */
| 99 | /*! \brief Null constructor initializes this \p strided_iterator's stride to zero. |
| 100 | */ |
| 101 | strided_iterator(void) |
| 102 | : stride(0) {} |
| 103 | |
| 104 | /*! \brief This constructor builds a \p strided_iterator from a range. |
| 105 | * \param first The beginning of the range. |
nothing calls this directly
no outgoing calls
no test coverage detected