摘要: #include <iostream>#include <valarray> template<class T> class Slice_iter { std::valarray<T>* v; std::slice s; size_t curr; T& ref(size_t i) const { r 阅读全文
posted @ 2018-08-05 14:22 东宫得臣 阅读(423) 评论(0) 推荐(0) 编辑