Silicium
identity.hpp
Go to the documentation of this file.
1 #ifndef SILICIUM_IDENTITY_HPP
2 #define SILICIUM_IDENTITY_HPP
3 
4 namespace Si
5 {
6  template <class T>
7  struct identity
8  {
9  typedef T type;
10  };
11 }
12 
13 #endif
Definition: absolute_path.hpp:19
T type
Definition: identity.hpp:9
Definition: identity.hpp:7