qpid::amqp_0_10::Wrapper< T, Unique > Struct Template Reference
Wrapper that behaves like type T but is a distinct type for overloading purposes.
More...
#include <built_in_types.h>
List of all members.
|
Public Member Functions |
| Wrapper (const T &x) |
Wrapper & | operator= (const T &x) |
| operator T & () |
| operator const T & () const |
template<class S> |
void | serialize (S &s) |
Public Attributes |
T | value |
Detailed Description
template<class T, int Unique = 0>
struct qpid::amqp_0_10::Wrapper< T, Unique >
Wrapper that behaves like type T but is a distinct type for overloading purposes.
Unique allows multiple distinc wrappers.
The documentation for this struct was generated from the following file: