#include <DGtal/base/OpInSTLContainers.h>
|
static Iterator | erase (Container &aContainer, Iterator &anIterator) |
|
static Iterator | insert (Container &aContainer, Iterator &anIterator) |
|
template<typename Container, typename Iterator>
struct DGtal::OpInSTLContainers< Container, Iterator >
Description of struct 'OpInSTLContainers' <p>
\brief Aim: Implementation of an adapter for erase and insert
methods of STL containers so that they not only
work for the iterator type, but also for the reverse_iterator type.
@see Preimage2D.ih
Definition at line 78 of file OpInSTLContainers.h.
◆ erase()
template<typename Container , typename Iterator >
static Iterator DGtal::OpInSTLContainers< Container, Iterator >::erase |
( |
Container & | aContainer, |
|
|
Iterator & | anIterator ) |
|
inlinestatic |
◆ insert()
template<typename Container , typename Iterator >
static Iterator DGtal::OpInSTLContainers< Container, Iterator >::insert |
( |
Container & | aContainer, |
|
|
Iterator & | anIterator ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: