MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ContiguousConstIterator

Method ContiguousConstIterator

CoreLib/Base/BaseArray.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 using iterator_category = std::contiguous_iterator_tag;
107
108 ContiguousConstIterator(T const* p) : ptr_(p) {}
109
110 ContiguousConstIterator operator ++ ()
111 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected