mrdocs::OutputRef
Reference to output stream used by handlebars
Synopsis
Declared in <mrdocs/Support/Handlebars.hpp>
class OutputRef;
Description
This class is used to internally pass an output stream to the handlebars environment.
It allows many types to be used as output streams, including std::string, std::ostream, llvm::raw_string_ostream, and others.
Friends
Name |
Description |
Write to output |
|
Write to output |
|
Write to output |
|
Write to output |
|
A handlebars environment |
Non-Member Functions
Name |
Description |
HTML escapes the specified string |
Created with MrDocs