...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_times_time_iterator_end — Factory function for times_time_iterator. Constructs an end iterator.
// In header: <boost/numeric/odeint/iterator/times_time_iterator.hpp> template<typename TimeIterator, typename Stepper, typename System, typename State> times_time_iterator< Stepper, System, State, TimeIterator > make_times_time_iterator_end(Stepper stepper, System system, State & x);
This function needs the TimeIterator type specifically defined as a template parameter.
Parameters: |
|
||||||
Returns: |
The times_time iterator. |