asio-tr2 icon indicating copy to clipboard operation
asio-tr2 copied to clipboard

What are the requirements for an EndpointSequence ?

Open jwakely opened this issue 9 years ago • 1 comments

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

jwakely avatar Oct 14 '15 21:10 jwakely

Added in 90192b3b5c858343e552e83b7a336c5012e5bce9.

chriskohlhoff avatar Oct 21 '15 19:10 chriskohlhoff