fmt::path

Synopsis

Declared in <fmt/std.h>
class path
    : public std::filesystem::path


Base Classes

Name Description
std::filesystem::path

Types

Name
iterator
__string_view
const_iterator
string_type
value_type

Enums

Name
format

Member Functions

Name Description
operator= Assignment operators
__reserve
append
assign
begin
c_str
clear
compare
concat
display_string
empty
end
extension
filename
generic_display_string
generic_string
generic_system_string
generic_u16string
generic_u32string
generic_u8string
generic_wstring
has_extension
has_filename
has_parent_path
has_relative_path
has_root_directory
has_root_name
has_root_path
has_stem
is_absolute
is_relative
lexically_normal
lexically_proximate
lexically_relative
make_preferred
native
operator+= Addition assignment operators
operator/= Division assignment operators
parent_path
relative_path
remove_filename
replace_extension
replace_filename
root_directory
root_name
root_path
stem
string
swap
system_string
u16string
u32string
u8string
wstring
operator string_type Conversion to string_type

Static Data Members

Name
preferred_separator

Created with MrDocs