1{ 2 "key": "iterator", 3 "name": "Iterator", 4 "authors": [ 5 "Dave Abrahams", 6 "Jeremy Siek", 7 "Thomas Witt" 8 ], 9 "description": "The Boost Iterator Library contains two parts. The first is a system of concepts which extend the C++ standard iterator requirements. The second is a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors.", 10 "category": [ 11 "Iterators" 12 ], 13 "maintainers": [ 14 "David Abrahams <dave -at- boost-consulting.com>", 15 "Thomas Witt <witt - at - acm.org>", 16 "Jeffrey Lee Hellrung Jr. <jeffrey.hellrung -at- gmail.com>" 17 ] 18} 19