Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Authors: F. Cazals and T. Dreyfus
This package is dedicated to iterators over containers with particular specifications.
Two iterators are defined:
The template parameter OuterContainerIterator specifies the iterator over the mutable outer container, while OuterContainerConstIterator specifies the iterator over the non-mutable outer container.
This package has no internal nor external dependency.
This example presents SBL::CADS::T_Container_of_containers_const_iterator :