Boost C++ Libraries

PrevUpHomeNext

Function type_present

boost::filesystem::type_present

Synopsis

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


bool type_present(file_status f);

Description

Returns:

f.type() != status_error.


PrevUpHomeNext