IteratorDeprecator.h
Go to the documentation of this file.
1 #ifndef _utl_IteratorDeprecator_h_
2 #define _utl_IteratorDeprecator_h_
3 
4 #include <string>
5 #include <utl/Singleton.h>
6 
7 namespace utl {
8 
21  class IteratorDeprecator : public Singleton<IteratorDeprecator> {
22  public:
23  void Deprecated(const std::string& theIteratorName);
24 
25  protected:
28 
30  };
31 }
32 
33 #endif
void Deprecated(const std::string &theIteratorName)
Curiously Recurring Template Pattern (CRTP) for Meyers singleton.
Definition: Singleton.h:36
Wrapper around the normal Deprecator class that specifically deprecates the filter_iterator defaults ...

, generated on Tue Sep 26 2023.