1 #ifndef CBE__util__Context_h__
2 #define CBE__util__Context_h__
12 using ReportFn = std::function<void(std::ostream&)>;
14 Context(ReportFn&& reportFn,
const char fnName[]);
17 std::string report()
const;
19 friend std::ostream& operator<<(std::ostream& os,
const Context& context);
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22