kushsharma2910

Results 1 comments of kushsharma2910

Just to understand, according to the usage, we want to return true if default value was passed. for eg. `if (!isValid(price)) { bodyParams.emplace_back("price", std::to_string(price)); }` but now, I think, the...