![]() |
|
|||
File indexing completed on 2023-03-17 10:39:07
0001 #ifndef GENERS_IOISSAMETYPE_HH_ 0002 #define GENERS_IOISSAMETYPE_HH_ 0003 0004 namespace gs { 0005 template <typename T1, typename T2> 0006 struct IOIsSameType 0007 { 0008 enum {value = 0}; 0009 }; 0010 0011 template <typename T> 0012 struct IOIsSameType<T, T> 0013 { 0014 enum {value = 1}; 0015 }; 0016 } 0017 0018 #endif // GENERS_IOISSAMETYPE_HH_ 0019
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |