fs/AllocatedPath: add GetSuffix()
This commit is contained in:
parent
9f246fc0dc
commit
476647bfa0
@ -294,6 +294,11 @@ public:
|
||||
return Traits::Relative(c_str(), other_fs.c_str());
|
||||
}
|
||||
|
||||
gcc_pure
|
||||
const_pointer_type GetSuffix() const noexcept {
|
||||
return ((Path)*this).GetSuffix();
|
||||
}
|
||||
|
||||
/**
|
||||
* Chop trailing directory separators.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user