|
Jpp 19.3.0-rc.2
the software that should make you happy
|
Data structure to check whether given data type is an iterator. More...
#include <JClass.hh>
Public Types | |
| typedef void * | buffer[2] |
Static Public Member Functions | |
| static T | make () |
| static buffer & | test (...) |
| any type | |
| template<class R > | |
| static R::iterator_category * | test (R) |
| iterator | |
| template<class R > | |
| static void * | test (R *) |
| pointer | |
Static Public Attributes | |
| static const bool | value = sizeof(test(make())) == sizeof(void *) |
Data structure to check whether given data type is an iterator.
| void* JLANG::is_iterator< T >::buffer[2] |
|
static |
|
static |
any type
|
static |
iterator
pointer
|
static |