template <typename Visitor, class TableIo>

class VisitResult

Defined at line 574 of file ../../zircon/kernel/lib/arch/include/lib/arch/paging.h

This type is a helper for validating that `Visitor` does indeed meet the

API expectations of a page table visitor (at least when specialized with

`TableIo`).

Records