QxOrm  1.4.9
C++ Object Relational Mapping library
qx::trait::detail::is_valid_primary_key< T > Struct Template Reference

qx::trait::is_valid_primary_key<T>(const T & t) : return true if t can be a valid primary key to be inserted into a database, otherwise return false More...

#include <is_valid_primary_key.h>

List of all members.

Static Public Member Functions

static bool get (const T &t)

Detailed Description

template<typename T>
struct qx::trait::detail::is_valid_primary_key< T >

qx::trait::is_valid_primary_key<T>(const T & t) : return true if t can be a valid primary key to be inserted into a database, otherwise return false

Definition at line 55 of file is_valid_primary_key.h.


Member Function Documentation

template<typename T >
static bool qx::trait::detail::is_valid_primary_key< T >::get ( const T &  t) [inline, static]

Definition at line 56 of file is_valid_primary_key.h.


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