table of contents
__gnu_debug::__is_same(3) | Library Functions Manual | __gnu_debug::__is_same(3) |
NAME¶
__gnu_debug::__is_same -
SYNOPSIS¶
Static Public Attributes¶
static const bool value
Detailed Description¶
template<typename _Type1, typename _Type2> struct __gnu_debug::__is_same< _Type1, _Type2 >¶
Determine if the two types are the same.
Definition at line 41 of file formatter.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |