verbose.h
Go to the documentation of this file.
1 
2 #ifndef CPR_VERBOSE_H_
3 #define CPR_VERBOSE_H_
4 
5 #include <cstdbool>
6 
7 namespace cpr {
8 
9 class Verbose {
10  public:
11  Verbose(const bool verbose) : verbose{verbose} {}
12 
13  bool verbose;
14 };
15 
16 } // namespace cpr
17 
18 
19 
20 #endif /* CPR_VERBOSE_H_ */
bool verbose
Definition: verbose.h:13
Definition: auth.cpp:3
Verbose(const bool verbose)
Definition: verbose.h:11


rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sat Feb 13 2021 03:42:17