SLIP
1.4
|
Provides some algorithms to get the default iterators associated with containers. More...
Go to the source code of this file.
Namespaces | |
slip | |
This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres. | |
Functions | |
template<typename Container , typename _II > | |
void | slip::container_cast (Container &cont, _II &first, _II &last) |
Get the default iterators of a SLIP container. More... | |
template<typename Container , typename _II > | |
void | slip::reverse_container_cast (Container &cont, _II &first, _II &last) |
Get the reverse default iterators of a SLIP container. More... | |
template<typename Container , typename _II > | |
void | slip::container_castR (Container &cont, _II &first, _II &last) |
Get the reverse default iterators of a SLIP container. More... | |
Provides some algorithms to get the default iterators associated with containers.
Definition in file container_cast.hpp.