proxygen
|
#include <Iterator.h>
Generic base class and implementation of all emplace iterator classes.
Uses the curiously recurring template pattern (CRTP) to cast this*
to Derived*
; i.e., to implement covariant return types in a generic manner.
Definition at line 218 of file Iterator.h.