ssl_options.cpp
Go to the documentation of this file.
00001 #include "cpr/ssl_options.h"
00002 
00003 namespace cpr {
00004 
00005 VerifySsl::VerifySsl(bool verify) : verify_{verify} {}
00006 
00007 VerifySsl::operator bool() const {
00008     return verify_;
00009 }
00010 
00011 } // namespace cpr


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:06