mrdocs::dom::String::c_str
Return the string.
Synopsis
Declared in <mrdocs/Dom/String.hpp>
char const*
c_str() const noexcept;
Description
The pointed‐to character buffer returned by this function is always null‐terminated.
Return Value
the string.
Created with MrDocs