MCPcopy Create free account
hub / github.com/lief-project/LIEF / pointer_iterator

Method pointer_iterator

include/LIEF/iterators.hpp:862–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860
861public:
862 pointer_iterator() = default;
863
864 explicit pointer_iterator(WrappedIteratorT u)
865 : pointer_iterator::iterator_adaptor_base(std::move(u)) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected