DGtal  1.2.0
Public Types
DGtal::ContainerTraits< std::unordered_set< Key, Hash, Pred, Alloc > > Struct Template Reference

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

#include <DGtal/base/ContainerTraits.h>

Public Types

typedef UnorderedSetAssociativeCategory Category
 

Detailed Description

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

Defines container traits for std::unordered_set<>.

Definition at line 183 of file ContainerTraits.h.

Member Typedef Documentation

◆ Category

template<class Key , class Hash , class Pred , class Alloc >
typedef UnorderedSetAssociativeCategory DGtal::ContainerTraits< std::unordered_set< Key, Hash, Pred, Alloc > >::Category

Definition at line 185 of file ContainerTraits.h.


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