Proton  1.1.1
Make porting easy from Python to C++11
proton::subkey_hash< T, key_seq > Struct Template Reference

general subkey_hash for refs. More...

#include <proton/ref.hpp>

List of all members.


Detailed Description

template<typename T, int key_seq = 0>
struct proton::subkey_hash< T, key_seq >

general subkey_hash for refs.

Need T::obj_t to implenment T1 key()const, and T1 is a tuple, and the key_seq item of T1 must support std::hash. Don't forget virtual when needed. [TODO] need an example.

Definition at line 608 of file ref.hpp.


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