MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / data

Method data

src/util/iterator.hpp:585–588  ·  view source on GitHub ↗

Get a copy of the underlying pointer.

Source from the content-addressed store, hash-verified

583
584 /// Get a copy of the underlying pointer.
585 wrapped_type data() const
586 {
587 return iter;
588 }
589
590 /// The inaccuracy of the element this iterator points to.
591 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected