#include <stlsoft/meta/is_pointer_type.hpp>
List of all members.
Detailed Description
template<typename T>
struct stlsoft::is_pointer_type< T >
Traits type used to determine whether the given type is a pointer.
|
Public Types |
enum | { value = sizeof(is_pointer_type_func(t)) == sizeof(one_t)
} |
typedef T | test_type |
The documentation for this struct was generated from the following file: