QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::trait::generic_container< std::unordered_map< Key, Value > > Struct Template Reference

#include <generic_container.h>

Inheritance diagram for qx::trait::generic_container< std::unordered_map< Key, Value > >:
qx::trait::detail::generic_container_base_key_value_std_style< std::unordered_map< Key, Value >, Key, Value >

Additional Inherited Members

- Static Public Member Functions inherited from qx::trait::detail::generic_container_base_key_value_std_style< std::unordered_map< Key, Value >, Key, Value >
static long size (const std::unordered_map< Key, Value > &t)
 
static void clear (std::unordered_map< Key, Value > &t)
 
static void reserve (std::unordered_map< Key, Value > &t, long l)
 
static type_item createItem ()
 
static Value * insertItem (std::unordered_map< Key, Value > &t, type_item &item)
 
static type_iterator end (std::unordered_map< Key, Value > &t)
 
static type_iterator begin (std::unordered_map< Key, Value > &t, type_item &item)
 
static type_iterator next (std::unordered_map< Key, Value > &t, type_iterator itr, type_item &item)
 

Detailed Description

template<typename Key, typename Value>
struct qx::trait::generic_container< std::unordered_map< Key, Value > >

Definition at line 349 of file generic_container.h.


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