Add missing note to core::path::begin
This commit is contained in:
parent
811176ad53
commit
e64013f03b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue