chriskohlhoff / asio-tr2

C++ TR2 proposal based on Asio
17 stars 5 forks source link

What are the requirements for an EndpointSequence ? #220

Open jwakely opened 8 years ago

jwakely commented 8 years ago

Several functions take a template parameter of type EndpointSequence and imply iteration over it, but it's not clear what exactly the requirements are.

Presumably the only requirement is for begin() and end() functions which return an iterator with a value type of endpoint

chriskohlhoff commented 8 years ago

Added in 90192b3b5c858343e552e83b7a336c5012e5bce9.