std::experimental::filesystem::is_block_file (3) Linux Manual Page
std::experimental::filesystem::is_block_file – std::experimental::filesystem::is_block_file Synopsis Defined in header<experimental / filesystem> bool is_block_file(file_status s); (1)(filesystem TS) bool is_block_file(const path &p); (2)(filesystem TS) bool is_block_file(const path &p, error_code &ec); Checks if the given file status or path corresponds to a block special file, as if determined by the POSIX S_ISBLK. Examples of block special files are block devices…
