mrdocs::operator<<

Write to output

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>

OutputRef&
operator<<(
    OutputRef& os,
    char c);

Return Value

A reference to this object

Parameters

Name Description

os

The output stream reference

c

The character to write

Created with MrDocs