Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

local::basic_endpoint::path

Get the path associated with the endpoint.

std::string path() const;

void path(
    const char * p);

void path(
    const std::string & p);

PrevUpHomeNext