Boost::asio::endpoint::size() and resize()

Posted by p00ya on Stack Overflow See other posts from Stack Overflow or by p00ya
Published on 2010-06-14T18:46:02Z Indexed on 2010/06/14 18:52 UTC
Read the original article Hit count: 133

Filed under:
|

hi. I was reading the boost endpoint documentation and saw size() and resize() member funcs. the documentation says: Gets the underlying size of the endpoint in the native type. what does this size represent and where can it be used/resized ? thanks.

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost-asio