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

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

#include <DGtal/base/ContainerTraits.h>

Public Types

typedef MapAssociativeCategory Category
 

Detailed Description

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

Defines container traits for std::map<>.

Definition at line 134 of file ContainerTraits.h.

Member Typedef Documentation

◆ Category

template<class Key , class T , class Compare , class Alloc >
typedef MapAssociativeCategory DGtal::ContainerTraits< std::map< Key, T, Compare, Alloc > >::Category

Definition at line 136 of file ContainerTraits.h.


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