Overview Tutorial API reference Examples Build Download | ZmqMessage 0.1 - 21 Oct 2011 |
#include <MetaTypes.hpp>
Public Types | |
typedef char | Yes |
Static Public Member Functions | |
template<typename U> | |
static No | check_str (...) |
template<typename U> | |
static Yes | check_str (LengthTraits< U > *, DataTraits< U > *) |
Static Public Attributes | |
static const bool | value = (sizeof(check_str<T>(0, 0)) == sizeof(Yes)) |
Classes | |
struct | No |
typedef char ZmqMessage::Private::IsStr< T >::Yes |
static Yes ZmqMessage::Private::IsStr< T >::check_str | ( | LengthTraits< U > * | , | |
DataTraits< U > * | ||||
) | [static] |
static No ZmqMessage::Private::IsStr< T >::check_str | ( | ... | ) | [static] |
const bool ZmqMessage::Private::IsStr< T >::value = (sizeof(check_str<T>(0, 0)) == sizeof(Yes)) [static] |