DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types
DGtal::ContainerTraits< std::unordered_multimap< Key, T, Hash, Pred, Alloc > > Struct Template Reference

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

#include <DGtal/base/ContainerTraits.h>

Public Types

typedef UnorderedMultimapAssociativeCategory Category
 

Detailed Description

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

Defines container traits for std::unordered_multimap<>.

Definition at line 204 of file ContainerTraits.h.

Member Typedef Documentation

◆ Category

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

Definition at line 206 of file ContainerTraits.h.


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