LIBINT  2.1.0-stable
Public Types | List of all members
libint2::KeyTraits< T > Struct Template Reference

KeyTraits<T> describes following properties of type T: 1) how to return objects of type T. More...

#include <hashable.h>

Public Types

typedef T ReturnType
 

Detailed Description

template<typename T>
struct libint2::KeyTraits< T >

KeyTraits<T> describes following properties of type T: 1) how to return objects of type T.

By default, objects are returned by value.


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