zeep::http::parameter_value
// In header: </home/maarten/projects/libzeep/zeep/http/webapp.hpp> class parameter_value { public: // construct/copy/destruct parameter_value(); parameter_value(const std::string &, bool); // public member functions template<typename T> T as() const; bool empty() const; bool defaulted() const; };