[iter] Export operator << / >>

This commit is contained in:
Behdad Esfahbod 2019-01-29 13:44:39 -08:00
parent 84a25d79c6
commit 6521d5b201
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ struct hb_iter_t
using Name::operator --; \
using Name::operator +; \
using Name::operator -; \
using Name::operator >>; \
using Name::operator <<; \
static_assert (true, "")
/* Returns iterator type of a type. */