![]() |
zeep::http::html_template_processor — actual implementation of the abstract basic_template_processor
// In header: <zeep/http/template-processor.hpp> template<typename Loader> class html_template_processor : public zeep::http::basic_template_processor { public: // construct/copy/destruct html_template_processor(const std::string & = "", bool = true); ~html_template_processor(); // public member functions virtual std::filesystem::file_time_type file_time(const std::string &, std::error_code &) noexcept; virtual std::istream * load_file(const std::string &, std::error_code &) noexcept; };