libzypp  17.38.7
settracker.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
9 // Automatically generated wrapper for zypp/base/SetTracker.h
10 #ifndef SETTRACKER_H_ZYPPNG_WRAPPER_H
11 #define SETTRACKER_H_ZYPPNG_WRAPPER_H
12 
13 #include <zypp/base/SetTracker.h>
14 
15 namespace zyppng
16 {
17 
18  namespace base {
19  using ::zypp::base::SetTracker;
20 
21  // ADL specific wrapper
22  template <typename TSet>
23  inline std::ostream & operator<<(std::ostream & str, const SetTracker<TSet> & obj) { return ::zypp::base::operator<<(str, obj); }
24  } // namespace base
25 
26 } // namespace zyppng
27 #endif // SETTRACKER_H_ZYPPNG_WRAPPER_H
std::ostream & operator<<(std::ostream &str, const SetTracker< TSet > &obj)
Definition: settracker.h:23
String related utilities and Regular expression matching.