[iter] Add TODO

This commit is contained in:
Behdad Esfahbod 2019-01-08 12:57:01 -08:00
parent 2658e40ffb
commit dc0a98cbe7
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ template<typename T>
struct hb_is_iterable { enum { value = _hb_is_iterable<T, hb_true_t>::value }; };
#define hb_is_iterable(Iterable) hb_is_iterable<Iterable>::value
/* TODO Add hb_is_iterable_of().
* TODO Add random_access / sorted variants. */
/* hb_is_iterator() / hb_is_random_access_iterator() / hb_is_sorted_iterator() */