Ignore.h
Go to the documentation of this file.
1 #ifndef _utl_Ignore_h_
2 #define _utl_Ignore_h_
3 
4 
5 namespace utl {
6 
7  template<typename T>
8  inline void Ignore(const T&)
9  { }
10 
11 }
12 
13 
14 #endif
void Ignore(const T &)
Definition: Ignore.h:8

, generated on Tue Sep 26 2023.