template <class TT> bool Has(std::string name , std::string instance = "") const
Returns true if the parameter with the given name and instance is of type TT, and has either it's value or default set. It returns false otherwise.