What are the advantages and disadvantages of using boost::iterator_facade?

Posted by Billy ONeal on Stack Overflow See other posts from Stack Overflow or by Billy ONeal
Published on 2010-04-07T05:11:15Z Indexed on 2010/04/07 5:13 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

Yep -- the title pretty much sums it up. I've got quite a few types that implement iterator concepts, and I'm wondering if it's worthwhile to pull in this boost header instead of implementing things manually.

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost