![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Key-index pair reference for structured binding support (key-only indexed maps). Enables: for (auto [key, index] : map.IndexedItems()) More...
#include <NCollection_ItemsView.hxx>
Public Member Functions | |
| template<std::size_t I> | |
| decltype(auto) | get () const noexcept |
Data Fields | |
| const TheKeyType & | Key |
| int | Index |
Key-index pair reference for structured binding support (key-only indexed maps). Enables: for (auto [key, index] : map.IndexedItems())
| TheKeyType | the key type |
|
inlinenoexcept |
| int NCollection_ItemsView::KeyIndexRef< TheKeyType >::Index |
| const TheKeyType& NCollection_ItemsView::KeyIndexRef< TheKeyType >::Key |