1e20f06c21ff2f6e135da36437883b0707d09359
The difficulty of implementing this iterator is that it requires lots of operator overloads which are usually very simple to implement, but result in a lot of code. The goal of this patch is to abstract the common parts so that it becomes easier to implement random accessor iterators. Many algorithms can work more efficiently with random access iterators than with other iterator types. Also see https://en.cppreference.com/w/cpp/iterator/random_access_iterator Pull Request: https://projects.blender.org/blender/blender/pulls/118113
…
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
