template <class Elf, template <class> class Container, PhdrLoadPolicy Policy>
class SegmentVmo
Defined at line 426 of file ../../src/lib/elfldltl/include/lib/elfldltl/segment-with-vmo.h
These are the SegmentVmo types used for LoadInfo
<
..., SegmentWithVmo::...>.
They use a segment.vmo() if it's present.
Note that a specialization using a template template parameter matches only
that exact parameter, not even a template alias to the same thing. So two
separate partial specializations are required here to match all LoadInfo
instantiations using either SegmentWithVmo::... template.