fs/AllocatedPath: add method GetSuffix()
This commit is contained in:
parent
e92129f449
commit
563c7318f9
@ -285,6 +285,11 @@ public:
|
|||||||
bool IsAbsolute() const noexcept {
|
bool IsAbsolute() const noexcept {
|
||||||
return Traits::IsAbsolute(c_str());
|
return Traits::IsAbsolute(c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gcc_pure
|
||||||
|
const_pointer_type GetSuffix() const noexcept {
|
||||||
|
return ((Path)*this).GetSuffix();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user