Return this object cast to the CRTP derived type.
Synopsis
Declared in <llvm/ADT/PostOrderIterator.h>
DerivedT*
derived();
Return Value
Pointer to this object as the derived CRTP type.
Created with MrDocs
Return this object cast to the CRTP derived type.
Declared in <llvm/ADT/PostOrderIterator.h>
DerivedT*
derived();
Pointer to this object as the derived CRTP type.
Created with MrDocs