Aleph-w  1.9
General library for algorithms and data structures
Aleph::GenericTraverse< Container > Member List

This is the complete list of members for Aleph::GenericTraverse< Container >, including all inherited members.

traverse(Operation &operation) noexcept(noexcept(operation))Aleph::GenericTraverse< Container >inline
traverse(Operation &operation) const noexcept(noexcept(operation))Aleph::GenericTraverse< Container >inline
traverse(Operation &&operation) const noexcept(noexcept(operation))Aleph::GenericTraverse< Container >inline
traverse(Operation &&operation) noexcept(noexcept(operation))Aleph::GenericTraverse< Container >inline

Leandro Rabindranath León