|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <iterators.hpp>
Public Types | |
| using | reference = decltype(*std::declval<const IteratorDecayTy&>()) |
Public Member Functions | |
| operator reference () const | |
| template<class It = IteratorDecayTy> | |
| auto | operator-> () const -> decltype(&*std::declval< const It & >()) |
| using LIEF::iterator_range< IteratorT >::ReferenceProxy::reference = decltype(*std::declval<const IteratorDecayTy&>()) |
|
inline |
|
inline |