Struct TemplateVariable

Struct Documentation

struct TemplateVariable

Simple Key/value pair for templates.

Public Functions

inline TemplateVariable(const std::string &key, const std::string &value)

Public Members

std::string key
std::string value