QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::trait::generic_container<T> : provide some tools to manage all containers without knowing its type More...

#include <generic_container.h>

Public Types

typedef no_type type_item
 
typedef no_type type_key
 
typedef no_type type_value
 
typedef no_type type_value_qx
 
typedef no_type type_iterator
 

Detailed Description

template<class T>
struct qx::trait::generic_container< T >

qx::trait::generic_container<T> : provide some tools to manage all containers without knowing its type

Definition at line 62 of file generic_container.h.

Member Typedef Documentation

◆ type_item

template<class T >
typedef no_type qx::trait::generic_container< T >::type_item

Definition at line 63 of file generic_container.h.

◆ type_iterator

template<class T >
typedef no_type qx::trait::generic_container< T >::type_iterator

Definition at line 63 of file generic_container.h.

◆ type_key

template<class T >
typedef no_type qx::trait::generic_container< T >::type_key

Definition at line 63 of file generic_container.h.

◆ type_value

template<class T >
typedef no_type qx::trait::generic_container< T >::type_value

Definition at line 63 of file generic_container.h.

◆ type_value_qx

template<class T >
typedef no_type qx::trait::generic_container< T >::type_value_qx

Definition at line 63 of file generic_container.h.


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