Jpp - 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 More... | |
template<class R > | |
static R::iterator_category * | test (R) |
iterator More... | |
template<class R > | |
static void * | test (R *) |
pointer More... | |
Static Public Attributes | |
static const bool | value = sizeof(test(make())) == sizeof(void *) |
Data structure to check whether given data type is an iterator.
typedef void* JLANG::is_iterator< T >::buffer[2] |
|
static |
|
static |
any type
|
static |
iterator
pointer
|
static |