C++20 Port #5

Merged
kayomn merged 35 commits from cpp-port into main 2023-02-20 02:33:45 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit e64013f03b - Show all commits

View File

@ -29,6 +29,8 @@ export namespace core {
/** /**
* Returns the base pointer of the path name. * 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 { char const * begin() const {
return reinterpret_cast<char const *>(this->buffer); return reinterpret_cast<char const *>(this->buffer);