[xsd-users] using <algorithm>

Jean-Francois Dube jf at magnu.polymtl.ca
Fri Feb 24 16:51:01 EST 2006


Is there a way to use the standard <algorithm> library with sequence 
iterators?

For intance, I could use the find_if() algorithm on a sequence of books :

find_if ( begin, end, hasISBN( 1234 ) )

In this case, it would emulate the selector mecanism.





More information about the xsd-users mailing list