Boost.Socks Logo

PrevUpHomeNext

result

The type of result returned by library functions.

Synopsis

Defined in header <boost/socks/error.hpp>

template<
    class T>
using result = boost::system::result< T, error_code >;

Convenience header <boost/socks.hpp>


PrevUpHomeNext