CS::TypeTraits::IsReference< Type > Struct Template Reference
Check if Type is a reference or simple type. More...
#include <csutil/typetraits.h>
| Static Public Attributes | |
| static const bool | value = CS::TypeTraits::Implementation::IsReferenceImpl<Type>::value | 
Detailed Description
template<class Type>
 struct CS::TypeTraits::IsReference< Type >
Check if Type is a reference or simple type. 
Definition at line 101 of file typetraits.h.
The documentation for this struct was generated from the following file:
- csutil/typetraits.h
Generated for Crystal Space by doxygen 1.4.7

