preface.rst

来自「C++的一个好库。。。现在很流行」· RST 代码 · 共 14 行

RST
14
字号

* use of "returns"
* [Metafunction Class] form ('f<>')
* nested 'algo' namespace??? it becomes a problem as soon as users would
    want to specialize 'advance'/'distance'
    
* 'outer' scope construct for lambda
* 'scope/fun/func'
* iterators not requiring nested members; what about '::type', though?
*  We don't dispatch _every_ metafunction through the tag mechanism, 
    only algorithms. I am ambivalent whether we should, and if so, 
    how it should be done. 
    
* 'drop_front'?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?