activemq-cpp-3.6.0
decaf::util::HashCode< T > Struct Template Reference

Base HashCode template, specializations are created from this to account for the various native types. More...

#include <src/main/decaf/util/HashCode.h>

Inheritance diagram for decaf::util::HashCode< T >:

Public Member Functions

int operator() (T arg) const
- Public Member Functions inherited from decaf::util::HashCodeUnaryBase< T >
virtual ~HashCodeUnaryBase ()

Additional Inherited Members

- Public Types inherited from decaf::util::HashCodeUnaryBase< T >
typedef T argument_type
typedef int result_type

Detailed Description

template<typename T>
struct decaf::util::HashCode< T >

Base HashCode template, specializations are created from this to account for the various native types.

Since
1.0

Member Function Documentation

template<typename T >
int decaf::util::HashCode< T >::operator() ( arg) const

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