std::experimental::filesystem::is_other (3) Linux Manual Page
std::experimental::filesystem::is_other – std::experimental::filesystem::is_other Synopsis Defined in header <experimental/filesystem> bool is_other( file_status s ); (1) (filesystem TS) bool is_other( const path& p ); (2) (filesystem TS) bool is_other( const path& p, error_code& ec ); (3) (filesystem TS) Checks if the given file status or path corresponds to a file of type other type. That is, the…
