[Cs3] relational operations on iterators

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Jul 1 09:42:06 EDT 2015


CS3 students,

The official line is that relational operations are only defined on
"random access" iterators: vectors, deques and array iterators. This
means that "<" (less than) operators cannot be used for lists, maps
and hashes.

Thanks,
-- 
Mikhail


More information about the cs3 mailing list