mrdocs::dom::String::data

Return the string.

Synopsis

Declared in <mrdocs/Dom/String.hpp>

char const*
data() const noexcept;

Description

The pointed‐to character buffer returned by this function is always null‐terminated.

Return Value

the string.

Created with MrDocs