DGtal  1.4.beta
DGtal::ContainerTraits< std::unordered_map< Key, T, Hash, Pred, Alloc > > Struct Template Reference

Defines container traits for std::unordered_map<>. More...

#include <DGtal/base/ContainerTraits.h>

Public Types

typedef UnorderedMapAssociativeCategory Category
 

Detailed Description

template<class Key, class T, class Hash, class Pred, class Alloc>
struct DGtal::ContainerTraits< std::unordered_map< Key, T, Hash, Pred, Alloc > >

Defines container traits for std::unordered_map<>.

Definition at line 197 of file ContainerTraits.h.

Member Typedef Documentation

◆ Category

template<class Key , class T , class Hash , class Pred , class Alloc >
typedef UnorderedMapAssociativeCategory DGtal::ContainerTraits< std::unordered_map< Key, T, Hash, Pred, Alloc > >::Category

Definition at line 199 of file ContainerTraits.h.


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