Electroneum
outside_section.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "render_state.hpp"
4 
5 namespace mstch {
6 
8  public:
9  std::string render(render_context& context, const token& token) override;
10 };
11 
12 }
Definition: mstch.hpp:11
std::string render(render_context &context, const token &token) override
Definition: outside_section.cpp:9
Definition: outside_section.hpp:7
Definition: render_context.hpp:15
Definition: token.hpp:9
Definition: render_state.hpp:11
json::wvalue context
Definition: mustache.h:12