permutation_iterator_body.rst
来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 20 行
RST
20 行
.. Copyright David Abrahams 2006. Distributed under the Boost.. Software License, Version 1.0. (See accompanying.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)The adaptor takes two arguments: * an iterator to the range V on which the permutation will be applied * the reindexing scheme that defines how the elements of V will be permuted.Note that the permutation iterator is not limited to strictpermutations of the given range V. The distance between begin and endof the reindexing iterators is allowed to be smaller compared to thesize of the range V, in which case the permutation iterator onlyprovides a permutation of a subrange of V. The indexes neither needto be unique. In this same context, it must be noted that the past theend permutation iterator is completely defined by means of thepast-the-end iterator to the indices.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?