zeep::http::el::process_el — Process the text in text and return true if the result is not empty, zero or false.
true
// In header: </build/libzeep-UaJ1me/libzeep-3.0.5/zeep/http/webapp/el.hpp> bool process_el(const scope & scope, std::string & text);
The expression in text is processed and if the result of this expression is empty, false or zero then false is returned.
false
Parameters:
scope
The scope for this el script
text
The el script
Returns:
The result of the script