claw::meta::type_list_find< T, no_type > Struct Template Reference
#include <meta.hpp>
List of all members.
Public Types |
enum | { result = same_type<T,
result = same_type<T
} |
Detailed Description
template<typename T>
struct claw::meta::type_list_find< T, no_type >
Definition at line 117 of file meta.hpp.
Member Enumeration Documentation
- Enumerator:
-
Definition at line 119 of file meta.hpp.
00120 {
00121 result = same_type<T, no_type>::result
00122 };
The documentation for this struct was generated from the following file: