FX::Generic::lessIndir< ptr > Struct Template Reference
[Generic Tools in TnFOX]
#include <FXGenericTools.h>
List of all members.
Detailed Description
template<typename ptr>
struct FX::Generic::lessIndir< ptr >
Removes if possible a level of indirection from a pointer or reference type.
Example:
- FX::Generic::lessIndir<double **>::value is double *
- FX::Generic::lessIndir<int *>::value is int
- FX::Generic::lessIndir<char>::value is char, and FX::Generic::lessIndir<char>::failed is true
|
Public Types |
typedef ptr | value |
Static Public Attributes |
static const bool | failed |
The documentation for this struct was generated from the following file: