template <class Elf, forward_iterator Iterator>
struct ResolveSymbolResult
Defined at line 41 of file ../../src/lib/elfldltl/include/lib/elfldltl/resolve.h
This is the value_type of the fit::result value of ResolveSymbol
<Elf
>. The
module iterator is where the projection function found the symbol pointer.
A success return with the end() iterator and nullptr means none was found.
Public Members
Iterator module
const typename Elf::Sym * symbol