File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class path;
4444| [ empty] ( #empty ) | Returns ` mypath.empty() ` .|
4545| [ end] ( #end ) | Returns an end-of-sequence iterator of type ` iterator ` .|
4646| [ extension] ( #extension ) | Returns the suffix of ` filename() ` .|
47- | [ filename] ( #filename ) | Returns the root directory component of myname, specifically ` empty() path() : *--end() ` . The component may be empty.|
47+ | [ filename] ( #filename ) | Returns the root directory component of myname, specifically ` empty() ? path() : *--end() ` . The component may be empty.|
4848| [ generic_string] ( #generic_string ) | Returns ` this->string<Elem, Traits, Alloc>(al) ` with (under Windows) any backslash converted to a forward slash.|
4949| [ generic_u16string] ( #generic_u16string ) | Returns ` u16string() ` with (under Windows) any backslash converted to a forward slash.|
5050| [ generic_u32string] ( #generic_u32string ) | Returns ` u32string() ` with (under Windows) any backslash converted to a forward slash.|
You can’t perform that action at this time.
0 commit comments