Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures
NCollection_ItemsView Namespace Reference

Data Structures

class  Iterator
 Generic forward iterator for View classes. More...
 
struct  KeyIndexRef
 Key-index pair reference for structured binding support (key-only indexed maps). Enables: for (auto [key, index] : map.IndexedItems()) More...
 
struct  KeyValueIndexRef
 Key-value-index tuple reference for structured binding support. Enables: for (auto [key, value, index] : map.IndexedItems()) More...
 
struct  KeyValueRef
 Key-value pair reference for structured binding support. Enables: for (auto [key, value] : map.Items()) More...
 
class  View
 Generic view class for Items() iteration. More...