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

general key_hash for refs. More...

#include <proton/ref.hpp>

List of all members.


Detailed Description

template<typename T>
struct proton::key_hash< T >

general key_hash for refs.

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

Definition at line 587 of file ref.hpp.


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