Xalan-C++ API Reference  1.12.0
Public Types | List of all members
xalanc::XalanMapKeyTraits< Key > Struct Template Reference

#include <xalanc/Include/XalanMap.hpp>

Inheritance diagram for xalanc::XalanMapKeyTraits< Key >:
[legend]

Public Types

typedef XalanHasher< Key > Hasher
 
typedef std::equal_to< Key > Comparator
 

Detailed Description

template<class Key>
struct xalanc::XalanMapKeyTraits< Key >

Definition at line 68 of file XalanMap.hpp.

Member Typedef Documentation

◆ Comparator

template<class Key >
typedef std::equal_to<Key> xalanc::XalanMapKeyTraits< Key >::Comparator

Definition at line 71 of file XalanMap.hpp.

◆ Hasher

template<class Key >
typedef XalanHasher<Key> xalanc::XalanMapKeyTraits< Key >::Hasher

Definition at line 70 of file XalanMap.hpp.


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