mrdocs::dom::toString

Return value as a string.

Synopsis

Declared in <mrdocs/Dom/Value.hpp>

std::string
toString(Value const& value);

Return Value

value as a string.

Parameters

Name Description

value

A variant container for any kind of Dom value.

Created with MrDocs