mrdocs::operator<<

Write to output

Synopses

Declared in <mrdocs/Support/Handlebars.hpp>

Write to output

Write to output

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

Write to output

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

Write to output

OutputRef&
operator<<(
    OutputRef& os,
    std::string_view sv);

Return Value

A reference to this object

Parameters

Name Description

os

The output stream reference

v

The character to write

c

The string to write

sv

The string to write

Created with MrDocs