activemq-cpp-3.9.5
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() (const T &arg) const
 
- Public Member Functions inherited from decaf::util::HashCodeUnaryBase< const T & >
virtual ~HashCodeUnaryBase ()
 

Additional Inherited Members

- Public Types inherited from decaf::util::HashCodeUnaryBase< const 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

◆ operator()()

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

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