Crow  1.1
A C++ microframework for the web
crow::mustache::rendered_template Struct Reference

Returned object after call the template_t::render() method. Its intended to be returned during a rule declaration. More...

#include <mustache.h>

Inheritance diagram for crow::mustache::rendered_template:
crow::returnable

Public Member Functions

 rendered_template (std::string &body)
 
std::string dump () const override
 
- Public Member Functions inherited from crow::returnable
 returnable (std::string ctype)
 

Public Attributes

std::string body_
 
- Public Attributes inherited from crow::returnable
std::string content_type
 

Detailed Description

Returned object after call the template_t::render() method. Its intended to be returned during a rule declaration.

See also
CROW_ROUTE
CROW_BP_ROUTE

The documentation for this struct was generated from the following file: