is_array_type Struct Template Reference
[Template Meta-programming Library]

#include <stlsoft/meta/is_array_type.hpp>

List of all members.


Detailed Description

template<typename T>
struct stlsoft::is_array_type< T >

traits type used to determine whether the given type is an array

Public Types

enum  { value = sizeof(is_array_type_func(t)) == sizeof(one_t) }
typedef T test_type

The documentation for this struct was generated from the following file:

Generated on Thu Jun 10 08:58:54 2010 for STLSoft by  doxygen 1.5.6