QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::has_operator_equal_equal<T>::value : return true if T provides operator==() function, T must be registered with QX_TYPE_HAS_OPERATOR_EQUAL_EQUAL(T) macro More...

#include <is_equal.h>

List of all members.

Public Types

enum  { value = std::is_pointer<T>::value }

Detailed Description

template<typename T>
struct qx::trait::has_operator_equal_equal< T >

qx::trait::has_operator_equal_equal<T>::value : return true if T provides operator==() function, T must be registered with QX_TYPE_HAS_OPERATOR_EQUAL_EQUAL(T) macro

Definition at line 82 of file is_equal.h.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
value 

Definition at line 83 of file is_equal.h.


The documentation for this struct was generated from the following file: