Boost C++ Libraries

PrevUpHomeNext

Function is_socket

boost::filesystem::is_socket

Synopsis

// In header: <boost/filesystem/file_status.hpp>


bool is_socket(file_status f);

Description

Returns:

f.type() == socket_file.


PrevUpHomeNext