std::experimental::filesystem::path::is_absolute,is_relative (3) Linux Manual Page
std::experimental::filesystem::path::is_absolute,is_relative – std::experimental::filesystem::path::is_absolute,is_relative Synopsis bool is_absolute() const; (1) (filesystem TS) bool is_relative() const; (2) (filesystem TS) Checks whether the path is absolute or relative. An absolute path is such that the elements of root_path() uniquely identify a file system location. The first version returns true if the path is absolute, false otherwise; the second version…
