Add missing note to core::path::begin

This commit is contained in:
kayomn 2023-02-19 14:24:17 +00:00
parent 811176ad53
commit e64013f03b
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ export namespace core {
/**
* Returns the base pointer of the path name.
*
* *Note*: the returned buffer pointer is guaranteed to end with a zero terminator.
*/
char const * begin() const {
return reinterpret_cast<char const *>(this->buffer);