#ifndef OT_GLYF_COMPOSITE_ITER_HH #define OT_GLYF_COMPOSITE_ITER_HH #include "../../hb.hh" namespace OT { namespace glyf_impl { template <typename CompositeGlyphRecord> struct composite_iter_tmpl : hb_iter_with_fallback_t<composite_iter_tmpl<CompositeGlyphRecord>, const CompositeGlyphRecord &> { … }; } /* namespace glyf_impl */ } /* namespace OT */ #endif /* OT_GLYF_COMPOSITE_ITER_HH */