_BothPtrType< _Tp1, _Tp2 > Struct Template Reference#include <type_traits.h>
Detailed Descriptiontemplate<class _Tp1, class _Tp2>
|
|||||||||||||||||||||
| typedef _IsPtr<_Tp1>::_Ret _BothPtrType< _Tp1, _Tp2 >::_IsPtr1 |
Definition at line 464 of file type_traits.h.
| typedef _IsPtr<_Tp2>::_Ret _BothPtrType< _Tp1, _Tp2 >::_IsPtr2 |
Definition at line 465 of file type_traits.h.
| typedef _Land2<_IsPtr1, _IsPtr2>::_Ret _BothPtrType< _Tp1, _Tp2 >::_Ret |
Definition at line 467 of file type_traits.h.
| static _Ret _BothPtrType< _Tp1, _Tp2 >::_Answer | ( | ) | [inline, static] |
Definition at line 468 of file type_traits.h.
1.5.1