asio C++ library

PrevUpHomeNext

local::basic_endpoint::path

Get the path associated with the endpoint.

std::string path() const;
  » more...

Set the path associated with the endpoint.

void path(
    const char * p);
  » more...

void path(
    const std::string & p);
  » more...

PrevUpHomeNext