DGtal  1.2.0
Public Types
DGtal::ContainerTraits< std::multimap< Key, T, Compare, Alloc > > Struct Template Reference

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

#include <DGtal/base/ContainerTraits.h>

Public Types

typedef MultimapAssociativeCategory Category
 

Detailed Description

template<class Key, class T, class Compare, class Alloc>
struct DGtal::ContainerTraits< std::multimap< Key, T, Compare, Alloc > >

Defines container traits for std::multimap<>.

Definition at line 148 of file ContainerTraits.h.

Member Typedef Documentation

◆ Category

template<class Key , class T , class Compare , class Alloc >
typedef MultimapAssociativeCategory DGtal::ContainerTraits< std::multimap< Key, T, Compare, Alloc > >::Category

Definition at line 150 of file ContainerTraits.h.


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