ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


formatter.h

Includes:
<typeinfo>
<debug/debug.h>
<typeinfo>
<debug/debug.h>
<typeinfo>
<debug/debug.h>

Introduction



Structs and Unions


__is_same


template<typename _Type1, typename _Type2> struct __is_same { 
    static const bool value = false; 
};  
Discussion

Determine if the two types are the same.

Last Updated: 2006-06-20