ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
|
formatter.h |
Includes: |
__is_same |
template<typename _Type1, typename _Type2> struct __is_same { static const bool value = false; };
Determine if the two types are the same.
|