...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Home | Libraries | People | FAQ | More |
boost::numeric::odeint::make_n_step_time_iterator_end — Factory function for n_step_time_iterator. Constructs an end iterator.
// In header: <boost/numeric/odeint/iterator/n_step_time_iterator.hpp> template<typename Stepper, typename System, typename State> n_step_time_iterator< Stepper, System, State > make_n_step_time_iterator_end(Stepper stepper, System system, State & x);
Parameters: |
|
||||||
Returns: |
The const_step_iterator. |